diff --git a/[refs] b/[refs] index 6ef798e2bb4b..38151a4e7a7b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b838ec2232b764a4903707e212c62f681b32cd51 +refs/heads/master: f72cf5e223a28d3b3ea7dc9e40464fd534e359e8 diff --git a/trunk/fs/ext2/super.c b/trunk/fs/ext2/super.c index a43f9adcc811..e0e8f45e9a71 100644 --- a/trunk/fs/ext2/super.c +++ b/trunk/fs/ext2/super.c @@ -302,7 +302,6 @@ static const struct super_operations ext2_sops = { .write_inode = ext2_write_inode, .evict_inode = ext2_evict_inode, .put_super = ext2_put_super, - .write_super = ext2_write_super, .sync_fs = ext2_sync_fs, .statfs = ext2_statfs, .remount_fs = ext2_remount,