[pnfs] [PATCH 09/12] pnfsd-lexp: layout_commit
Benny Halevy
bhalevy at panasas.com
Mon Jun 16 14:25:56 EDT 2008
Stub only at this point.
Signed-off-by: Benny Halevy <bhalevy at panasas.com>
---
fs/nfsd/pnfsd_lexp.c | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/fs/nfsd/pnfsd_lexp.c b/fs/nfsd/pnfsd_lexp.c
index 1d6cb08..bf9c0d3 100644
--- a/fs/nfsd/pnfsd_lexp.c
+++ b/fs/nfsd/pnfsd_lexp.c
@@ -184,4 +184,11 @@ error:
goto exit;
}
+static int pnfsd_lexp_layout_commit(struct inode *inode, void *p)
+{
+ dprintk("%s: (unimplemented)\n", __func__);
+
+ return 0;
+}
+
#endif /* CONFIG_PNFSD_LOCAL_EXPORT */
--
1.5.3.3
More information about the pNFS
mailing list