commit | 54a4d58a6459a93fc6ee898354b3d2ffb80dd03a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Apr 19 14:24:18 2014 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Aug 07 14:40:08 2014 -0400 |
tree | c47084891155b17c7fadad5a6a4a4900582bfedc | |
parent | b8f00e6be46f4c9a112e05fd692712873c4c4048 [diff] |
acct: simplify check_free_space() a) file can't be NULL b) file can't be changed under us c) all writes are serialized by acct->lock; no need to mess with spinlock there. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>