commit | da29b7543957c6e967066f1ee18fab2feb0eeeb3 | [log] [tgz] |
---|---|---|
author | Rui Xiang <rui.xiang@huawei.com> | Thu Jan 23 15:54:59 2014 -0800 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jan 23 16:36:59 2014 -0800 |
tree | 677ef5f4b80cc040d69a062aafaa573ab4b85304 | |
parent | fbff08706d12fcdb160604c4ba790df6707c32cb [diff] |
autofs: fix the return value of autofs4_fill_super While kzallocing sbi/ino fails, it should return -ENOMEM. And it should return the err value from autofs_prepare_pipe. Signed-off-by: Rui Xiang <rui.xiang@huawei.com> Signed-off-by: Ian Kent <raven@themaw.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>