[PATCH] 2tb-files-add-blkcnt_t-fixes
[deliverable/linux.git] / fs / cifs / inode.c
index ff93a9f81d1c0ff0264a3647655292fcaab91156..598eec9778f67cbba3c0feb29d01c7b6c9e0f9d5 100644 (file)
@@ -163,9 +163,9 @@ int cifs_get_inode_info_unix(struct inode **pinode,
 
                if (num_of_bytes < end_of_file)
                        cFYI(1, ("allocation size less than end of file"));
-               cFYI(1,
-                    ("Size %ld and blocks %ld",
-                     (unsigned long) inode->i_size, inode->i_blocks));
+               cFYI(1, ("Size %ld and blocks %llu",
+                       (unsigned long) inode->i_size,
+                       (unsigned long long)inode->i_blocks));
                if (S_ISREG(inode->i_mode)) {
                        cFYI(1, ("File inode"));
                        inode->i_op = &cifs_file_inode_ops;
This page took 0.026126 seconds and 5 git commands to generate.