diff options
Diffstat (limited to 'fs/cifs/inode.c')
-rw-r--r-- | fs/cifs/inode.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index ec26c6aa6421..6020add15156 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c | |||
@@ -837,9 +837,7 @@ static void posix_fill_in_inode(struct inode *tmp_inode, | |||
837 | cFYI(1, ("unknown inode type %d", type)); | 837 | cFYI(1, ("unknown inode type %d", type)); |
838 | } | 838 | } |
839 | 839 | ||
840 | #ifdef CONFIG_CIFS_DEBUG2 | 840 | cFYI(DBG2, ("object type: %d", type)); |
841 | cFYI(1, ("object type: %d", type)); | ||
842 | #endif | ||
843 | tmp_inode->i_uid = le64_to_cpu(pData->Uid); | 841 | tmp_inode->i_uid = le64_to_cpu(pData->Uid); |
844 | tmp_inode->i_gid = le64_to_cpu(pData->Gid); | 842 | tmp_inode->i_gid = le64_to_cpu(pData->Gid); |
845 | tmp_inode->i_nlink = le64_to_cpu(pData->Nlinks); | 843 | tmp_inode->i_nlink = le64_to_cpu(pData->Nlinks); |