diff options
Diffstat (limited to 'fs/sysfs/inode.c')
-rw-r--r-- | fs/sysfs/inode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/sysfs/inode.c b/fs/sysfs/inode.c index 9236635111f4..c4ef945d39c8 100644 --- a/fs/sysfs/inode.c +++ b/fs/sysfs/inode.c | |||
@@ -24,8 +24,8 @@ extern struct super_block * sysfs_sb; | |||
24 | 24 | ||
25 | static const struct address_space_operations sysfs_aops = { | 25 | static const struct address_space_operations sysfs_aops = { |
26 | .readpage = simple_readpage, | 26 | .readpage = simple_readpage, |
27 | .prepare_write = simple_prepare_write, | 27 | .write_begin = simple_write_begin, |
28 | .commit_write = simple_commit_write | 28 | .write_end = simple_write_end, |
29 | }; | 29 | }; |
30 | 30 | ||
31 | static struct backing_dev_info sysfs_backing_dev_info = { | 31 | static struct backing_dev_info sysfs_backing_dev_info = { |