* [PATCH] 2.6.24-rc2-mm1 - Build fails - in nsfd/vfs.c
@ 2007-11-14 4:49 Kamalesh Babulal
2007-11-14 5:12 ` Kamalesh Babulal
0 siblings, 1 reply; 2+ messages in thread
From: Kamalesh Babulal @ 2007-11-14 4:49 UTC (permalink / raw)
To: akpm; +Cc: linux-kernel, nfs, apw
Hi Andrew,
The Kernel build fails, with error
CC fs/nfsd/vfs.o
fs/nfsd/vfs.c: In function ‘nfsd_rename’:
fs/nfsd/vfs.c:1695: error: request for member ‘mnt’ in something not a structure or union
make[2]: *** [fs/nfsd/vfs.o] Error 1
make[1]: *** [fs/nfsd] Error 2
make: *** [fs] Error 2
Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
--
--- linux-2.6.24-rc2/fs/nfsd/vfs.c 2007-11-13 22:16:18.000000000 -0500
+++ linux-2.6.24-rc2/fs/nfsd/~vfs.c 2007-11-13 23:10:18.000000000 -0500
@@ -1692,7 +1692,7 @@ nfsd_rename(struct svc_rqst *rqstp, stru
if (!host_err)
host_err = nfsd_sync_dir(fdentry);
}
- mnt_drop_write(ffhp->fh_export->ex_path.mnt);
+ mnt_drop_write(ffhp->fh_export->ex_mnt);
out_dput_new:
dput(ndentry);
--
Thanks & Regards,
Kamalesh Babulal,
Linux Technology Center,
IBM, ISTL.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] 2.6.24-rc2-mm1 - Build fails - in nsfd/vfs.c
2007-11-14 4:49 [PATCH] 2.6.24-rc2-mm1 - Build fails - in nsfd/vfs.c Kamalesh Babulal
@ 2007-11-14 5:12 ` Kamalesh Babulal
0 siblings, 0 replies; 2+ messages in thread
From: Kamalesh Babulal @ 2007-11-14 5:12 UTC (permalink / raw)
To: Kamalesh Babulal; +Cc: akpm, linux-kernel, nfs, apw
Kamalesh Babulal wrote:
> Hi Andrew,
>
> The Kernel build fails, with error
>
> CC fs/nfsd/vfs.o
> fs/nfsd/vfs.c: In function ‘nfsd_rename’:
> fs/nfsd/vfs.c:1695: error: request for member ‘mnt’ in something not a structure or union
> make[2]: *** [fs/nfsd/vfs.o] Error 1
> make[1]: *** [fs/nfsd] Error 2
> make: *** [fs] Error 2
>
> Signed-off-by: Kamalesh Babulal <kamalesh@linux.vnet.ibm.com>
> --
> --- linux-2.6.24-rc2/fs/nfsd/vfs.c 2007-11-13 22:16:18.000000000 -0500
> +++ linux-2.6.24-rc2/fs/nfsd/~vfs.c 2007-11-13 23:10:18.000000000 -0500
> @@ -1692,7 +1692,7 @@ nfsd_rename(struct svc_rqst *rqstp, stru
> if (!host_err)
> host_err = nfsd_sync_dir(fdentry);
> }
> - mnt_drop_write(ffhp->fh_export->ex_path.mnt);
> + mnt_drop_write(ffhp->fh_export->ex_mnt);
>
> out_dput_new:
> dput(ndentry);
>
Sorry, for the report, its compiles fine, my box had the wrong
mm patches.
--
Thanks & Regards,
Kamalesh Babulal,
Linux Technology Center,
IBM, ISTL.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-11-14 5:41 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-14 4:49 [PATCH] 2.6.24-rc2-mm1 - Build fails - in nsfd/vfs.c Kamalesh Babulal
2007-11-14 5:12 ` Kamalesh Babulal
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox