[CIFS] clean up some hard to read ifdefs
[deliverable/linux.git] / fs / cifs / inode.c
index ec26c6aa6421277998564ae610f4885d8c506f28..6020add15156bd98f0a5c8b6290ea72bb5dff172 100644 (file)
@@ -837,9 +837,7 @@ static void posix_fill_in_inode(struct inode *tmp_inode,
                cFYI(1, ("unknown inode type %d", type));
        }
 
-#ifdef CONFIG_CIFS_DEBUG2
-       cFYI(1, ("object type: %d", type));
-#endif
+       cFYI(DBG2, ("object type: %d", type));
        tmp_inode->i_uid = le64_to_cpu(pData->Uid);
        tmp_inode->i_gid = le64_to_cpu(pData->Gid);
        tmp_inode->i_nlink = le64_to_cpu(pData->Nlinks);
This page took 0.031238 seconds and 5 git commands to generate.