diff options
| -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 ee80ff341d37..439292aa1ec6 100644 --- a/fs/compat.c +++ b/fs/compat.c | |||
| @@ -702,9 +702,6 @@ static int do_nfs4_super_data_conv(void *raw_data) | |||
| 702 | real->flags = raw->flags; | 702 | real->flags = raw->flags; |
| 703 | real->version = raw->version; | 703 | real->version = raw->version; |
| 704 | } | 704 | } |
| 705 | else { | ||
| 706 | return -EINVAL; | ||
| 707 | } | ||
| 708 | 705 | ||
| 709 | return 0; | 706 | return 0; |
| 710 | } | 707 | } |
