diff options
author | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-15 12:44:41 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2008-02-15 12:44:41 -0800 |
commit | 03df25dc0313fbde19534a187eec5829eb16dbc6 (patch) | |
tree | 269de2822a8ce9b771cb6f6a9c317dd8895a79c2 /fs/compat.c | |
parent | f6866fecd6fd8e44a6715da09844a4fd1b8484da (diff) | |
parent | 52833e897fd8c6f62b3e5e27291fa9bc803f7460 (diff) |
Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
* 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6:
NFS: add missing spkm3 strings to mount option parser
NFS: remove error field from nfs_readdir_descriptor_t
NFS: missing spaces in KERN_WARNING
NFS: Allow text-based mounts via compat_sys_mount
NFS: fix reference counting for NFSv4 callback thread
Diffstat (limited to 'fs/compat.c')
-rw-r--r-- | fs/compat.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/fs/compat.c b/fs/compat.c index 43ca0165740..2ce4456aad3 100644 --- a/fs/compat.c +++ b/fs/compat.c @@ -702,9 +702,6 @@ static int do_nfs4_super_data_conv(void *raw_data) real->flags = raw->flags; real->version = raw->version; } - else { - return -EINVAL; - } return 0; } |