X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fcifs%2Freaddir.c;h=b5b0a2a41befe85734ffc30dc47f68f76bf05790;hb=12e36b2f41b6cbc67386fcb9c59c32a3e2033905;hp=acbabc09543fe596f585dd69e6ff8a518d5d56cd;hpb=ddae957da48cc381c1472a8909905e1818e4afdd;p=linux-2.6 diff --git a/fs/cifs/readdir.c b/fs/cifs/readdir.c index acbabc0954..b5b0a2a41b 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, if (allocation_size < end_of_file) cFYI(1, ("May be sparse file, allocation less than file size")); - cFYI(1, ("File Size %ld and blocks %llu and blocksize %ld", + cFYI(1, ("File Size %ld and blocks %llu", (unsigned long)tmp_inode->i_size, - (unsigned long long)tmp_inode->i_blocks, - tmp_inode->i_blksize)); + (unsigned long long)tmp_inode->i_blocks)); if (S_ISREG(tmp_inode->i_mode)) { cFYI(1, ("File inode")); tmp_inode->i_op = &cifs_file_inode_ops;