diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-06-07 13:11:34 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-08-09 16:48:28 -0400 |
commit | 7da08fd17a6e42d80f0f3897a5cbd682e77bcdb4 (patch) | |
tree | cb13eeb7767279d25b954832be82a2528d20948c /fs/logfs/logfs.h | |
parent | 8e22c1a4e429e9facf309c7e7a03ba9cdfd7b106 (diff) |
convert logfs to ->evict_inode()
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/logfs/logfs.h')
-rw-r--r-- | fs/logfs/logfs.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/logfs/logfs.h b/fs/logfs/logfs.h index 5e65171dad23..5e3b72077951 100644 --- a/fs/logfs/logfs.h +++ b/fs/logfs/logfs.h | |||
@@ -529,8 +529,7 @@ void logfs_set_blocks(struct inode *inode, u64 no); | |||
529 | /* these logically belong into inode.c but actually reside in readwrite.c */ | 529 | /* these logically belong into inode.c but actually reside in readwrite.c */ |
530 | int logfs_read_inode(struct inode *inode); | 530 | int logfs_read_inode(struct inode *inode); |
531 | int __logfs_write_inode(struct inode *inode, long flags); | 531 | int __logfs_write_inode(struct inode *inode, long flags); |
532 | void logfs_delete_inode(struct inode *inode); | 532 | void logfs_evict_inode(struct inode *inode); |
533 | void logfs_clear_inode(struct inode *inode); | ||
534 | 533 | ||
535 | /* journal.c */ | 534 | /* journal.c */ |
536 | void logfs_write_anchor(struct super_block *sb); | 535 | void logfs_write_anchor(struct super_block *sb); |