projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5be113
)
ufs: remove unneeded ufs_put_inode prototype
author
Christoph Hellwig
<
[email protected]
>
Mon, 12 May 2008 21:02:06 +0000
(14:02 -0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 13 May 2008 15:02:23 +0000
(08:02 -0700)
Signed-off-by: Christoph Hellwig <
[email protected]
>
Acked-by: Evgeniy Dushistov <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
fs/ufs/ufs.h
patch
|
blob
|
history
diff --git
a/fs/ufs/ufs.h
b/fs/ufs/ufs.h
index 244a1aaa940eea43a82619ff8bde98fa27b4caed..11c035168ea6e3c1201ee8f95ed1693c72e566e2 100644
(file)
--- a/
fs/ufs/ufs.h
+++ b/
fs/ufs/ufs.h
@@
-107,7
+107,6
@@
extern struct inode * ufs_new_inode (struct inode *, int);
/* inode.c */
extern struct inode *ufs_iget(struct super_block *, unsigned long);
-extern void ufs_put_inode (struct inode *);
extern int ufs_write_inode (struct inode *, int);
extern int ufs_sync_inode (struct inode *);
extern void ufs_delete_inode (struct inode *);