diff options
| author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-12-05 23:20:17 +0000 | 
|---|---|---|
| committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-12-05 23:20:17 +0000 | 
| commit | 742eaa6a6e356a16788ce6530271de89bc4f8fb5 (patch) | |
| tree | 12fc040daab06ac796c61c1d92bfad9bb054d1c1 /fs/nfs/nfs4proc.c | |
| parent | ba8bb18a03f8c7508565c385576a5431a4ad804a (diff) | |
| parent | ae72fd588a2b302222769b44775912b83f0785eb (diff) | |
| download | olio-linux-3.10-742eaa6a6e356a16788ce6530271de89bc4f8fb5.tar.xz olio-linux-3.10-742eaa6a6e356a16788ce6530271de89bc4f8fb5.zip  | |
Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stable
Conflicts:
	arch/arm/common/gic.c
	arch/arm/plat-omap/include/plat/common.h
Diffstat (limited to 'fs/nfs/nfs4proc.c')
| -rw-r--r-- | fs/nfs/nfs4proc.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/nfs/nfs4proc.c b/fs/nfs/nfs4proc.c index b60fddf606f..be2bbac1381 100644 --- a/fs/nfs/nfs4proc.c +++ b/fs/nfs/nfs4proc.c @@ -2464,8 +2464,7 @@ static int nfs4_proc_lookup(struct rpc_clnt *clnt, struct inode *dir, struct qst  		case -NFS4ERR_BADNAME:  			return -ENOENT;  		case -NFS4ERR_MOVED: -			err = nfs4_get_referral(dir, name, fattr, fhandle); -			break; +			return nfs4_get_referral(dir, name, fattr, fhandle);  		case -NFS4ERR_WRONGSEC:  			nfs_fixup_secinfo_attributes(fattr, fhandle);  		} @@ -6253,6 +6252,7 @@ const struct nfs_rpc_ops nfs_v4_clientops = {  	.dentry_ops	= &nfs4_dentry_operations,  	.dir_inode_ops	= &nfs4_dir_inode_operations,  	.file_inode_ops	= &nfs4_file_inode_operations, +	.file_ops	= &nfs4_file_operations,  	.getroot	= nfs4_proc_get_root,  	.getattr	= nfs4_proc_getattr,  	.setattr	= nfs4_proc_setattr,  |