All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ufs: remove unneeded ufs_put_inode prototype
@ 2008-05-06 19:32 Evgeniy Dushistov
  0 siblings, 0 replies; 3+ messages in thread
From: Evgeniy Dushistov @ 2008-05-06 19:32 UTC (permalink / raw)
  To: akpm; +Cc: Christoph Hellwig, linux-kernel

From: Christoph Hellwig <hch@lst.de>

Signed-off-by: Christoph Hellwig <hch@lst.de>
Acked-by: Evgeniy Dushistov <dushistov@mail.ru>

diff --git a/fs/ufs/ufs.h b/fs/ufs/ufs.h
index 244a1aa..11c0351 100644
--- 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 *);

-- 
/Evgeniy


^ permalink raw reply related	[flat|nested] 3+ messages in thread
* [PATCH] ufs: remove unneeded ufs_put_inode prototype
@ 2008-01-02 21:25 Christoph Hellwig
  2008-05-05  8:53 ` Christoph Hellwig
  0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2008-01-02 21:25 UTC (permalink / raw)
  To: Evgeniy Dushistov; +Cc: linux-fsdevel


Signed-off-by: Christoph Hellwig <hch@lst.de>

Index: linux-2.6/fs/ufs/ufs.h
===================================================================
--- linux-2.6.orig/fs/ufs/ufs.h	2007-12-31 10:12:42.000000000 +0100
+++ linux-2.6/fs/ufs/ufs.h	2007-12-31 10:12:46.000000000 +0100
@@ -107,7 +107,6 @@ extern struct inode * ufs_new_inode (str
 
 /* inode.c */
 extern void ufs_read_inode (struct inode *);
-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 *);

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-05-06 20:58 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-05-06 19:32 [PATCH] ufs: remove unneeded ufs_put_inode prototype Evgeniy Dushistov
  -- strict thread matches above, loose matches on Subject: below --
2008-01-02 21:25 Christoph Hellwig
2008-05-05  8:53 ` Christoph Hellwig

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.