2014-05-07 15:08:29

by Kinglong Mee

[permalink] [raw]
Subject: [PATCH] NFSD: cleanup unneeded including linux/export.h

commit 4ac7249ea5a0ceef9f8269f63f33cc873c3fac61 have remove all EXPORT_SYMBOL,
linux/export.h is not needed, just clean it.

Signed-off-by: Kinglong Mee <[email protected]>
---
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



2014-05-08 15:24:11

by J. Bruce Fields

[permalink] [raw]
Subject: Re: [PATCH] NFSD: cleanup unneeded including linux/export.h

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 <[email protected]>
> ---
> 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
>