diff options
author | Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> | 2008-09-13 16:52:26 (GMT) |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-09-13 16:52:26 (GMT) |
commit | 2a43a878001cc5cb7c3c7be2e8dad0a1aeb939b0 (patch) | |
tree | a0653e45baefbbe3d4de74087525d1b86292a101 /fs/ext4/ext4.h | |
parent | 7ee1ec4ca30c6df8e989615cdaacb75f2af4fa6b (diff) | |
download | linux-fsl-qoriq-2a43a878001cc5cb7c3c7be2e8dad0a1aeb939b0.tar.xz |
ext4: elevate write count for migrate ioctl
The migrate ioctl writes to the filsystem, so we need to elevate the
write count.
Signed-off-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
Diffstat (limited to 'fs/ext4/ext4.h')
-rw-r--r-- | fs/ext4/ext4.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h index 3e47b99..9b6ad8f 100644 --- a/fs/ext4/ext4.h +++ b/fs/ext4/ext4.h @@ -1084,8 +1084,7 @@ extern long ext4_ioctl(struct file *, unsigned int, unsigned long); extern long ext4_compat_ioctl(struct file *, unsigned int, unsigned long); /* migrate.c */ -extern int ext4_ext_migrate(struct inode *, struct file *, unsigned int, - unsigned long); +extern int ext4_ext_migrate(struct inode *); /* namei.c */ extern int ext4_orphan_add(handle_t *, struct inode *); extern int ext4_orphan_del(handle_t *, struct inode *); |