diff options
| author | Fred Isaman <iisaman@netapp.com> | 2011-06-15 14:32:02 -0400 |
|---|---|---|
| committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2011-06-15 14:36:33 -0400 |
| commit | 9e2dfdb3081edfae66a49013517e80dd8a0469fa (patch) | |
| tree | 8b919ceb047bb75a4525ba64ba930026e4e148c4 | |
| parent | ea0ded748bdea78f9e2fefb571f7d6ce9edb4f89 (diff) | |
nfs4.1: mark layout as bad on error path in _pnfs_return_layout
Signed-off-by: Fred Isaman <iisaman@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
| -rw-r--r-- | fs/nfs/pnfs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/nfs/pnfs.c b/fs/nfs/pnfs.c index 730d4dbbaf68..539b94cb6c0f 100644 --- a/fs/nfs/pnfs.c +++ b/fs/nfs/pnfs.c | |||
| @@ -652,6 +652,8 @@ _pnfs_return_layout(struct inode *ino) | |||
| 652 | lrp = kzalloc(sizeof(*lrp), GFP_KERNEL); | 652 | lrp = kzalloc(sizeof(*lrp), GFP_KERNEL); |
| 653 | if (unlikely(lrp == NULL)) { | 653 | if (unlikely(lrp == NULL)) { |
| 654 | status = -ENOMEM; | 654 | status = -ENOMEM; |
| 655 | set_bit(NFS_LAYOUT_RW_FAILED, &lo->plh_flags); | ||
| 656 | set_bit(NFS_LAYOUT_RO_FAILED, &lo->plh_flags); | ||
| 655 | put_layout_hdr(lo); | 657 | put_layout_hdr(lo); |
| 656 | goto out; | 658 | goto out; |
| 657 | } | 659 | } |
