NFSv4.1/pnfs: Remove redundant checks in pnfs_layoutgets_blocked()
authorTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 4 Aug 2015 19:41:50 +0000 (15:41 -0400)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Wed, 12 Aug 2015 18:56:18 +0000 (14:56 -0400)
commita4497a58e4043a925b7b308bd2c32f0744eca440
tree19021c7d3a21246664a871a6f97de198d683ee7a
parent27571297a7e9a2a845c232813a7ba7e1227f5ec6
NFSv4.1/pnfs: Remove redundant checks in pnfs_layoutgets_blocked()

If there are no valid layout segments, then we should already have
checked in pnfs_update_layout() whether or not this is the first
layoutget.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/pnfs.c