diff options
Diffstat (limited to 'fs/cifs/readdir.c')
-rw-r--r-- | fs/cifs/readdir.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fs/cifs/readdir.c b/fs/cifs/readdir.c index acbabc09543f..b5b0a2a41bef 100644 --- a/fs/cifs/readdir.c +++ b/fs/cifs/readdir.c | |||
@@ -234,10 +234,9 @@ static void fill_in_inode(struct inode *tmp_inode, int new_buf_type, | |||
234 | 234 | ||
235 | if (allocation_size < end_of_file) | 235 | if (allocation_size < end_of_file) |
236 | cFYI(1, ("May be sparse file, allocation less than file size")); | 236 | cFYI(1, ("May be sparse file, allocation less than file size")); |
237 | cFYI(1, ("File Size %ld and blocks %llu and blocksize %ld", | 237 | cFYI(1, ("File Size %ld and blocks %llu", |
238 | (unsigned long)tmp_inode->i_size, | 238 | (unsigned long)tmp_inode->i_size, |
239 | (unsigned long long)tmp_inode->i_blocks, | 239 | (unsigned long long)tmp_inode->i_blocks)); |
240 | tmp_inode->i_blksize)); | ||
241 | if (S_ISREG(tmp_inode->i_mode)) { | 240 | if (S_ISREG(tmp_inode->i_mode)) { |
242 | cFYI(1, ("File inode")); | 241 | cFYI(1, ("File inode")); |
243 | tmp_inode->i_op = &cifs_file_inode_ops; | 242 | tmp_inode->i_op = &cifs_file_inode_ops; |