only run 016 for file and sheepdog protocols
commit26e25ac229d606463de4c197a188a83d3e1f4de1
authorChristoph Hellwig <hch@lst.de>
Thu, 21 Apr 2011 06:26:04 +0000 (21 08:26 +0200)
committerChristoph Hellwig <hch@lst.de>
Thu, 21 Apr 2011 06:26:04 +0000 (21 08:26 +0200)
tree84af9a7eadd1b75b4c52c8d0d890fd8f42982075
parente723497ccb2be48f405999fc252e997e4950e6e7
only run 016 for file and sheepdog protocols

016 writes past EOF which isn't support by most protocols, so limit
it to file and sheepdog, which explicitly support it.

Pointed out by Josh Durgin <josh.durgin@dreamhost.com>.

Signed-off-by: Christoph Hellwig <hch@lst.de>
016