diff options
author | Andi Kleen <ak@suse.de> | 2008-04-29 22:03:54 -0400 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2008-04-29 22:03:54 -0400 |
commit | 5cdd7b2d7716a7ed7d6dc7588e2d015f04d46640 (patch) | |
tree | c2146662517bbd22377a54d1487e202d86dde6db /include/linux/ext4_fs.h | |
parent | 161e7b7c1d24112d188df9a7b30d468a8d135b96 (diff) |
Convert ext4 to use unlocked_ioctl
I checked ext4_ioctl and it looked largely safe to not be used
without BKL. So convert it over to unlocked_ioctl.
Signed-off-by: Andi Kleen <ak@suse.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'include/linux/ext4_fs.h')
-rw-r--r-- | include/linux/ext4_fs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/linux/ext4_fs.h b/include/linux/ext4_fs.h index 105337ca9ed0..33bc88568c54 100644 --- a/include/linux/ext4_fs.h +++ b/include/linux/ext4_fs.h | |||
@@ -1050,8 +1050,7 @@ extern int ext4_block_truncate_page(handle_t *handle, struct page *page, | |||
1050 | struct address_space *mapping, loff_t from); | 1050 | struct address_space *mapping, loff_t from); |
1051 | 1051 | ||
1052 | /* ioctl.c */ | 1052 | /* ioctl.c */ |
1053 | extern int ext4_ioctl (struct inode *, struct file *, unsigned int, | 1053 | extern long ext4_ioctl(struct file *, unsigned int, unsigned long); |
1054 | unsigned long); | ||
1055 | extern long ext4_compat_ioctl (struct file *, unsigned int, unsigned long); | 1054 | extern long ext4_compat_ioctl (struct file *, unsigned int, unsigned long); |
1056 | 1055 | ||
1057 | /* migrate.c */ | 1056 | /* migrate.c */ |