* [PATCH] xfs: Remove dead function prototype xfs_sync_inode_grab()
@ 2013-06-21 13:39 Jeff Liu
2013-06-23 23:14 ` Dave Chinner
0 siblings, 1 reply; 3+ messages in thread
From: Jeff Liu @ 2013-06-21 13:39 UTC (permalink / raw)
To: xfs@oss.sgi.com
rom: 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>
---
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] 3+ messages in thread
* Re: [PATCH] xfs: Remove dead function prototype xfs_sync_inode_grab()
2013-06-21 13:39 [PATCH] xfs: Remove dead function prototype xfs_sync_inode_grab() Jeff Liu
@ 2013-06-23 23:14 ` Dave Chinner
2013-06-24 3:34 ` Jeff Liu
0 siblings, 1 reply; 3+ messages in thread
From: Dave Chinner @ 2013-06-23 23:14 UTC (permalink / raw)
To: Jeff Liu; +Cc: xfs@oss.sgi.com
On Fri, Jun 21, 2013 at 09:39:07PM +0800, Jeff Liu wrote:
> rom: Jie Liu <jeff.liu@oracle.com>
From?
>
> Remove dead function prototype xfs_sync_inode_grab() from
> xfs_icache.h.
>
> Signed-off-by: Jie Liu <jeff.liu@oracle.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),
Reviewed-by: Dave Chinner <dchinner@redhat.com>
--
Dave Chinner
david@fromorbit.com
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] xfs: Remove dead function prototype xfs_sync_inode_grab()
2013-06-23 23:14 ` Dave Chinner
@ 2013-06-24 3:34 ` Jeff Liu
0 siblings, 0 replies; 3+ messages in thread
From: Jeff Liu @ 2013-06-24 3:34 UTC (permalink / raw)
To: Dave Chinner; +Cc: xfs@oss.sgi.com
On 06/24/2013 07:14 AM, Dave Chinner wrote:
> On Fri, Jun 21, 2013 at 09:39:07PM +0800, Jeff Liu wrote:
>> rom: Jie Liu <jeff.liu@oracle.com>
>
> From?
Ah, will repost it as well.
Thanks,
-Jeff
>
>>
>> Remove dead function prototype xfs_sync_inode_grab() from
>> xfs_icache.h.
>>
>> Signed-off-by: Jie Liu <jeff.liu@oracle.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),
>
> Reviewed-by: Dave Chinner <dchinner@redhat.com>
>
_______________________________________________
xfs mailing list
xfs@oss.sgi.com
http://oss.sgi.com/mailman/listinfo/xfs
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2013-06-24 3:33 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-21 13:39 [PATCH] xfs: Remove dead function prototype xfs_sync_inode_grab() Jeff Liu
2013-06-23 23:14 ` Dave Chinner
2013-06-24 3:34 ` Jeff Liu
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox