aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ext4/ext4.h
diff options
context:
space:
mode:
authorAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>2008-09-13 12:52:26 -0400
committerTheodore Ts'o <tytso@mit.edu>2008-09-13 12:52:26 -0400
commit2a43a878001cc5cb7c3c7be2e8dad0a1aeb939b0 (patch)
treea0653e45baefbbe3d4de74087525d1b86292a101 /fs/ext4/ext4.h
parent7ee1ec4ca30c6df8e989615cdaacb75f2af4fa6b (diff)
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.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/ext4/ext4.h b/fs/ext4/ext4.h
index 3e47b99a763c..9b6ad8f19bc9 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);
1084extern long ext4_compat_ioctl(struct file *, unsigned int, unsigned long); 1084extern long ext4_compat_ioctl(struct file *, unsigned int, unsigned long);
1085 1085
1086/* migrate.c */ 1086/* migrate.c */
1087extern int ext4_ext_migrate(struct inode *, struct file *, unsigned int, 1087extern int ext4_ext_migrate(struct inode *);
1088 unsigned long);
1089/* namei.c */ 1088/* namei.c */
1090extern int ext4_orphan_add(handle_t *, struct inode *); 1089extern int ext4_orphan_add(handle_t *, struct inode *);
1091extern int ext4_orphan_del(handle_t *, struct inode *); 1090extern int ext4_orphan_del(handle_t *, struct inode *);