Remove the initialisation of read_inode() super op from BTRFS as it has been
dropped.

Signed-off-by: David Howells <[EMAIL PROTECTED]>
---

 fs/btrfs/super.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)


diff --git a/fs/btrfs/super.c b/fs/btrfs/super.c
index a46300c..612a34f 100644
--- a/fs/btrfs/super.c
+++ b/fs/btrfs/super.c
@@ -462,7 +462,6 @@ static struct super_operations btrfs_super_ops = {
        .delete_inode   = btrfs_delete_inode,
        .put_inode      = btrfs_put_inode,
        .put_super      = btrfs_put_super,
-       .read_inode     = btrfs_read_locked_inode,
        .write_super    = btrfs_write_super,
        .sync_fs        = btrfs_sync_fs,
        .write_inode    = btrfs_write_inode,


_______________________________________________
Btrfs-devel mailing list
[email protected]
http://oss.oracle.com/mailman/listinfo/btrfs-devel

Reply via email to