Skip to content

Commit

Permalink
qnx4: remove ->write_super
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
  • Loading branch information
Christoph Hellwig authored and Al Viro committed Jun 12, 2009
1 parent 94cb993 commit 517bfae
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions fs/qnx4/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
};

Expand Down

0 comments on commit 517bfae

Please sign in to comment.