]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
pnfs/blocklayout: pass proper file mode to blkdev_get/put
authorChristoph Hellwig <hch@lst.de>
Mon, 17 Aug 2015 16:41:00 +0000 (18:41 +0200)
committerTrond Myklebust <trond.myklebust@primarydata.com>
Mon, 17 Aug 2015 18:22:49 +0000 (13:22 -0500)
commit513d6d7a9591d7c5ebb5f05465942185db9299a4
tree0f608a922e96bbda3c5834eaff4f0abbb79e3a59
parent2bd3c63a333c364cfde4701b51f82e1fae106a88
pnfs/blocklayout: pass proper file mode to blkdev_get/put

We generally want to read and write to a block device that's used by
the pNFS block layout client (and even if it's read only the server
has no way of telling us).  Add FMODE_WRITE to the mode argument
so that we don't incorrectly tell the block driver that we want a
read-only open.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
fs/nfs/blocklayout/dev.c