diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2010-06-07 21:23:20 +0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-08-10 00:48:34 +0400 |
commit | 30140837f256558c943636245ab90897a9455a70 (patch) | |
tree | 71ab647be533cd520eb665a48d489e46e4c2fd8c /include | |
parent | 644da5960ded137c339bc69bc2aeac54f73aad59 (diff) | |
download | linux-30140837f256558c943636245ab90897a9455a70.tar.xz |
fs/inode.c:clear_inode() is gone
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include')
-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 *); extern void __iget(struct inode * inode); extern void iget_failed(struct inode *); -extern void clear_inode(struct inode *); extern void end_writeback(struct inode *); extern void destroy_inode(struct inode *); extern void __destroy_inode(struct inode *); |