commit | 08a899d5d9532efb7dea99aad44dc9af39627a92 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Sun Sep 07 08:36:40 2014 -0700 |
committer | Trond Myklebust <trond.myklebust@primarydata.com> | Wed Sep 10 12:47:04 2014 -0700 |
tree | 8dd3f17b0b9fecbe9581084b33e826c05ada405a | |
parent | 20d655d6197d02e98574208839da11684dc2ad1f [diff] |
nfs: setattr can only change regular file sizes The VFS never calls setattr with ATTR_SIZE on anything but regular files. Remove the if check and turn it into an assert similar to what some other file systems do. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>