]> git.baikalelectronics.ru Git - kernel.git/commit
affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 10 Dec 2013 19:43:54 +0000 (14:43 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 25 Jan 2014 08:13:01 +0000 (03:13 -0500)
commit5712e01ce396cddd25cdfc2315b7cf27232a8601
treeae68674194641b9ee213840bccac89836e3ba8cb
parent9b085054fbe63023c50a3d42e34c4ba727658fc3
affs: use ->kill_sb() to simplify ->put_super() and failure exits of ->mount()

... and return saner errors from ->mount(), while we are at it

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/affs/super.c