vfs: simplify and shrink stack frame of link_path_walk()
[linux-2.6-block.git] / fs / cifs / smb2proto.h
index 0ce48db20a6511add52f9b44f5cbf664a178e41f..67e8ce8055def7743fd1204b311eda090b3e1fc1 100644 (file)
@@ -139,7 +139,7 @@ extern int SMB2_set_hardlink(const unsigned int xid, struct cifs_tcon *tcon,
                             __le16 *target_file);
 extern int SMB2_set_eof(const unsigned int xid, struct cifs_tcon *tcon,
                        u64 persistent_fid, u64 volatile_fid, u32 pid,
-                       __le64 *eof);
+                       __le64 *eof, bool is_fallocate);
 extern int SMB2_set_info(const unsigned int xid, struct cifs_tcon *tcon,
                         u64 persistent_fid, u64 volatile_fid,
                         FILE_BASIC_INFO *buf);