From 517bfae28353e996160518add4d00033d3886e61 Mon Sep 17 00:00:00 2001 From: Christoph Hellwig Date: Mon, 27 Apr 2009 09:46:45 -0400 Subject: qnx4: remove ->write_super Signed-off-by: Christoph Hellwig Signed-off-by: Al Viro --- fs/qnx4/inode.c | 9 --------- 1 file changed, 9 deletions(-) (limited to 'fs/qnx4') diff --git a/fs/qnx4/inode.c b/fs/qnx4/inode.c index fe1f0f31d11..95c12fc613f 100644 --- a/fs/qnx4/inode.c +++ b/fs/qnx4/inode.c @@ -70,14 +70,6 @@ static void qnx4_delete_inode(struct inode *inode) unlock_kernel(); } -static void qnx4_write_super(struct super_block *sb) -{ - lock_kernel(); - QNX4DEBUG(("qnx4: write_super\n")); - sb->s_dirt = 0; - unlock_kernel(); -} - static int qnx4_write_inode(struct inode *inode, int unused) { struct qnx4_inode_entry *raw_inode; @@ -138,7 +130,6 @@ static const struct super_operations qnx4_sops = #ifdef CONFIG_QNX4FS_RW .write_inode = qnx4_write_inode, .delete_inode = qnx4_delete_inode, - .write_super = qnx4_write_super, #endif }; -- cgit v1.2.3