summaryrefslogtreecommitdiffstats
path: root/fs/nfs/nfs4getroot.c
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2012-10-23 08:47:38 +0300
committerLinus Torvalds <torvalds@linux-foundation.org>2012-10-23 08:47:38 +0300
commit344ba37bdc299660e1b1693b6999e5fe116893e1 (patch)
treeeaff91d98d4b0d889e25c8201673c4dbaf6e627b /fs/nfs/nfs4getroot.c
parentc52f1dd5292e87f77380624f67da6eaf5dd2df3a (diff)
parente9b7e91745fa9df94900c8ab08e633f336686098 (diff)
downloadop-kernel-dev-344ba37bdc299660e1b1693b6999e5fe116893e1.zip
op-kernel-dev-344ba37bdc299660e1b1693b6999e5fe116893e1.tar.gz
Merge tag 'nfs-for-3.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Pull NFS client bugfixes from Trond Myklebust: - Do not call pnfs_return_layout() from an rpciod context - nfs4_ds_disconnect can cause Oopses. Kill it... - Fix the return value for nfs_callback_start_svc - Fix a number of compile warnings * tag 'nfs-for-3.7-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs: NFSv4: Fix the return value for nfs_callback_start_svc NFSv4.1: Declare osd_pri_2_pnfs_err(), objio_init_read/write to be static NFSv4: fs/nfs/nfs4getroot.c needs to include "internal.h" NFSv4.1: Use kcalloc() to allocate zeroed arrays instead of kzalloc() NFSv4.1: Do not call pnfs_return_layout() from an rpciod context NFSv4.1: Kill nfs4_ds_disconnect()
Diffstat (limited to 'fs/nfs/nfs4getroot.c')
-rw-r--r--fs/nfs/nfs4getroot.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/nfs/nfs4getroot.c b/fs/nfs/nfs4getroot.c
index 6a83780..549462e 100644
--- a/fs/nfs/nfs4getroot.c
+++ b/fs/nfs/nfs4getroot.c
@@ -5,6 +5,7 @@
#include <linux/nfs_fs.h>
#include "nfs4_fs.h"
+#include "internal.h"
#define NFSDBG_FACILITY NFSDBG_CLIENT
OpenPOWER on IntegriCloud