* [PATCH] NFSD: cleanup unneeded including linux/export.h
@ 2014-05-07 15:08 Kinglong Mee
2014-05-08 15:24 ` J. Bruce Fields
0 siblings, 1 reply; 2+ messages in thread
From: Kinglong Mee @ 2014-05-07 15:08 UTC (permalink / raw)
To: J. Bruce Fields; +Cc: linux-nfs
commit 4ac7249ea5a0ceef9f8269f63f33cc873c3fac61 have remove all EXPORT_SYMBOL,
linux/export.h is not needed, just clean it.
Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
---
fs/nfsd/nfs4acl.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/fs/nfsd/nfs4acl.c b/fs/nfsd/nfs4acl.c
index babcc3c..42925db 100644
--- a/fs/nfsd/nfs4acl.c
+++ b/fs/nfsd/nfs4acl.c
@@ -36,7 +36,6 @@
#include <linux/slab.h>
#include <linux/nfs_fs.h>
-#include <linux/export.h>
#include "nfsfh.h"
#include "nfsd.h"
#include "acl.h"
--
1.9.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] NFSD: cleanup unneeded including linux/export.h
2014-05-07 15:08 [PATCH] NFSD: cleanup unneeded including linux/export.h Kinglong Mee
@ 2014-05-08 15:24 ` J. Bruce Fields
0 siblings, 0 replies; 2+ messages in thread
From: J. Bruce Fields @ 2014-05-08 15:24 UTC (permalink / raw)
To: Kinglong Mee; +Cc: linux-nfs
On Wed, May 07, 2014 at 11:08:04PM +0800, Kinglong Mee wrote:
> commit 4ac7249ea5a0ceef9f8269f63f33cc873c3fac61 have remove all EXPORT_SYMBOL,
> linux/export.h is not needed, just clean it.
Thanks, applying.--b.
>
> Signed-off-by: Kinglong Mee <kinglongmee@gmail.com>
> ---
> fs/nfsd/nfs4acl.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/fs/nfsd/nfs4acl.c b/fs/nfsd/nfs4acl.c
> index babcc3c..42925db 100644
> --- a/fs/nfsd/nfs4acl.c
> +++ b/fs/nfsd/nfs4acl.c
> @@ -36,7 +36,6 @@
>
> #include <linux/slab.h>
> #include <linux/nfs_fs.h>
> -#include <linux/export.h>
> #include "nfsfh.h"
> #include "nfsd.h"
> #include "acl.h"
> --
> 1.9.0
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-05-08 15:24 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-07 15:08 [PATCH] NFSD: cleanup unneeded including linux/export.h Kinglong Mee
2014-05-08 15:24 ` J. Bruce Fields
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).