All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] xfs: Remove dead function prototype xfs_sync_inode_grab()
@ 2013-06-24  5:38 Jeff Liu
  2013-06-26 17:32 ` Ben Myers
  0 siblings, 1 reply; 2+ messages in thread
From: Jeff Liu @ 2013-06-24  5:38 UTC (permalink / raw)
  To: xfs

From: Jie Liu <jeff.liu@oracle.com>

Remove dead function prototype xfs_sync_inode_grab()
from xfs_icache.h.

Signed-off-by: Jie Liu <jeff.liu@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>

---
 fs/xfs/xfs_icache.h |    1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/xfs/xfs_icache.h b/fs/xfs/xfs_icache.h
index e0f138c..a01afbb 100644
--- a/fs/xfs/xfs_icache.h
+++ b/fs/xfs/xfs_icache.h
@@ -40,7 +40,6 @@ void xfs_inode_clear_eofblocks_tag(struct xfs_inode *ip);
 int xfs_icache_free_eofblocks(struct xfs_mount *, struct xfs_eofblocks *);
 void xfs_eofblocks_worker(struct work_struct *);
 
-int xfs_sync_inode_grab(struct xfs_inode *ip);
 int xfs_inode_ag_iterator(struct xfs_mount *mp,
 	int (*execute)(struct xfs_inode *ip, struct xfs_perag *pag,
 		int flags, void *args),
-- 
1.7.9.5

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

* Re: [PATCH v2] xfs: Remove dead function prototype xfs_sync_inode_grab()
  2013-06-24  5:38 [PATCH v2] xfs: Remove dead function prototype xfs_sync_inode_grab() Jeff Liu
@ 2013-06-26 17:32 ` Ben Myers
  0 siblings, 0 replies; 2+ messages in thread
From: Ben Myers @ 2013-06-26 17:32 UTC (permalink / raw)
  To: Jeff Liu; +Cc: xfs

On Mon, Jun 24, 2013 at 01:38:34PM +0800, Jeff Liu wrote:
> From: Jie Liu <jeff.liu@oracle.com>
> 
> Remove dead function prototype xfs_sync_inode_grab()
> from xfs_icache.h.
> 
> Signed-off-by: Jie Liu <jeff.liu@oracle.com>
> Reviewed-by: Dave Chinner <dchinner@redhat.com>

Applied.

_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs

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

end of thread, other threads:[~2013-06-26 17:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-06-24  5:38 [PATCH v2] xfs: Remove dead function prototype xfs_sync_inode_grab() Jeff Liu
2013-06-26 17:32 ` Ben Myers

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.