diff options
author | Steve French <sfrench@us.ibm.com> | 2007-07-19 00:32:25 (GMT) |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2007-07-19 00:32:25 (GMT) |
commit | 70b315b0dd3879cb3ab8aadffb14f10b2d19b9c3 (patch) | |
tree | d9dcd28077d30a324c526a7a0e5490f99b6ffaba | |
parent | c18c842b1fdf527717303a4e173cbece7ab2deb8 (diff) | |
download | linux-fsl-qoriq-70b315b0dd3879cb3ab8aadffb14f10b2d19b9c3.tar.xz |
[CIFS] merge conflict in fs/cifs/export.c
Signed-off-by: Steve French <sfrench@us.ibm.com>
-rw-r--r-- | fs/cifs/export.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/cifs/export.c b/fs/cifs/export.c index 1570cc6..c21d3d0 100644 --- a/fs/cifs/export.c +++ b/fs/cifs/export.c @@ -40,6 +40,7 @@ */ #include <linux/fs.h> +#include <linux/exportfs.h> #include "cifsglob.h" #include "cifs_debug.h" |