summaryrefslogtreecommitdiff
path: root/fs/nfsd/vfs.h
diff options
context:
space:
mode:
authorJ. Bruce Fields <bfields@citi.umich.edu>2009-12-04 19:36:06 -0500
committerJ. Bruce Fields <bfields@citi.umich.edu>2009-12-15 15:01:46 -0500
commit1557aca7904ed6fadd22cdc3364754070bb3d3c3 (patch)
tree97af309e4cff7e9fc2cb9d90aeceff8404c2c47f /fs/nfsd/vfs.h
parentc7af6b0895229bd080b86afc91302b66f6df0378 (diff)
nfsd: move most of nfsfh.h to fs/nfsd
Most of this can be trivially moved to a private header as well. Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
Diffstat (limited to 'fs/nfsd/vfs.h')
-rw-r--r--fs/nfsd/vfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfsd/vfs.h b/fs/nfsd/vfs.h
index f4fa6d351bbd..4b1de0a9ea75 100644
--- a/fs/nfsd/vfs.h
+++ b/fs/nfsd/vfs.h
@@ -5,6 +5,8 @@
#ifndef LINUX_NFSD_VFS_H
#define LINUX_NFSD_VFS_H
+#include "nfsfh.h"
+
/*
* Flags for nfsd_permission
*/