diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-06-07 13:23:20 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-08-09 16:48:34 -0400 |
commit | 30140837f256558c943636245ab90897a9455a70 (patch) | |
tree | 71ab647be533cd520eb665a48d489e46e4c2fd8c /include/linux/fs.h | |
parent | 644da5960ded137c339bc69bc2aeac54f73aad59 (diff) |
fs/inode.c:clear_inode() is gone
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 2b1254771e46..4eaa6b2e35db 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -2182,7 +2182,6 @@ extern void unlock_new_inode(struct inode *); | |||
2182 | 2182 | ||
2183 | extern void __iget(struct inode * inode); | 2183 | extern void __iget(struct inode * inode); |
2184 | extern void iget_failed(struct inode *); | 2184 | extern void iget_failed(struct inode *); |
2185 | extern void clear_inode(struct inode *); | ||
2186 | extern void end_writeback(struct inode *); | 2185 | extern void end_writeback(struct inode *); |
2187 | extern void destroy_inode(struct inode *); | 2186 | extern void destroy_inode(struct inode *); |
2188 | extern void __destroy_inode(struct inode *); | 2187 | extern void __destroy_inode(struct inode *); |