mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 20:48:49 +08:00
qnx4: remove ->write_super
Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
94cb993f2e
commit
517bfae283
@ -70,14 +70,6 @@ static void qnx4_delete_inode(struct inode *inode)
|
|||||||
unlock_kernel();
|
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)
|
static int qnx4_write_inode(struct inode *inode, int unused)
|
||||||
{
|
{
|
||||||
struct qnx4_inode_entry *raw_inode;
|
struct qnx4_inode_entry *raw_inode;
|
||||||
@ -138,7 +130,6 @@ static const struct super_operations qnx4_sops =
|
|||||||
#ifdef CONFIG_QNX4FS_RW
|
#ifdef CONFIG_QNX4FS_RW
|
||||||
.write_inode = qnx4_write_inode,
|
.write_inode = qnx4_write_inode,
|
||||||
.delete_inode = qnx4_delete_inode,
|
.delete_inode = qnx4_delete_inode,
|
||||||
.write_super = qnx4_write_super,
|
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user