Re: [PATCH 2/2] nfsd: fix sparse warning in vfs.c

2008-02-20 Thread J. Bruce Fields
On Wed, Feb 20, 2008 at 12:49:02PM -0800, Harvey Harrison wrote: > fs/nfsd/vfs.c:991:27: warning: Using plain integer as NULL pointer > > Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> > --- > fs/nfsd/vfs.c |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Also applied, thanks.--

[PATCH 2/2] nfsd: fix sparse warning in vfs.c

2008-02-20 Thread Harvey Harrison
fs/nfsd/vfs.c:991:27: warning: Using plain integer as NULL pointer Signed-off-by: Harvey Harrison <[EMAIL PROTECTED]> --- fs/nfsd/vfs.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/nfsd/vfs.c b/fs/nfsd/vfs.c index 0265310..17ac51b 100644 --- a/fs/nfsd/vfs.c +++ b/f