Re: [PATCH] xfs: convert beX_add to beX_add_cpu (new common API)

2008-02-12 Thread Andrew Morton
On Sun, 10 Feb 2008 11:18:09 +0100 Marcin Slusarz <[EMAIL PROTECTED]> wrote: > This patch was in Andrew tree, but it was uncomplete. > Here is updated version. This is identical to what I already had. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a

Re: [PATCH] xfs: convert beX_add to beX_add_cpu (new common API)

2008-02-12 Thread Andrew Morton
On Sun, 10 Feb 2008 11:18:09 +0100 Marcin Slusarz [EMAIL PROTECTED] wrote: This patch was in Andrew tree, but it was uncomplete. Here is updated version. This is identical to what I already had. -- To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message

Re: [PATCH] xfs: convert beX_add to beX_add_cpu (new common API)

2008-02-10 Thread David Chinner
On Sun, Feb 10, 2008 at 11:18:09AM +0100, Marcin Slusarz wrote: > This patch was in Andrew tree, but it was uncomplete. > Here is updated version. > > --- > remove beX_add functions and replace all uses with beX_add_cpu > > Signed-off-by: Marcin Slusarz <[EMAIL PROTECTED]> > --- Looks good. You

[PATCH] xfs: convert beX_add to beX_add_cpu (new common API)

2008-02-10 Thread Marcin Slusarz
This patch was in Andrew tree, but it was uncomplete. Here is updated version. --- remove beX_add functions and replace all uses with beX_add_cpu Signed-off-by: Marcin Slusarz <[EMAIL PROTECTED]> --- fs/xfs/quota/xfs_qm.c |6 ++-- fs/xfs/quota/xfs_trans_dquot.c |6 ++--

[PATCH] xfs: convert beX_add to beX_add_cpu (new common API)

2008-02-10 Thread Marcin Slusarz
This patch was in Andrew tree, but it was uncomplete. Here is updated version. --- remove beX_add functions and replace all uses with beX_add_cpu Signed-off-by: Marcin Slusarz [EMAIL PROTECTED] --- fs/xfs/quota/xfs_qm.c |6 ++-- fs/xfs/quota/xfs_trans_dquot.c |6 ++--

Re: [PATCH] xfs: convert beX_add to beX_add_cpu (new common API)

2008-02-10 Thread David Chinner
On Sun, Feb 10, 2008 at 11:18:09AM +0100, Marcin Slusarz wrote: This patch was in Andrew tree, but it was uncomplete. Here is updated version. --- remove beX_add functions and replace all uses with beX_add_cpu Signed-off-by: Marcin Slusarz [EMAIL PROTECTED] --- Looks good. You can add a: