commit | 0e376b1e3ccedee49cb8cc6b652fbc1e7c15eeef | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Aug 17 10:04:17 2012 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Aug 17 10:04:17 2012 -0400 |
tree | 9b461294e91e2995ed31366d4faf77e0b03accd7 | |
parent | 15c006a22f8e004afbce42a54c878162355f1587 [diff] |
ext4: return an error if kset_create_and_add fails in ext4_init_fs() In the very unlikely case that kset_create_and_add() fails when the ext4.ko module is being loaded (or during kernel startup) set err so that it's clear that the module load failed. https://bugzilla.kernel.org/show_bug.cgi?id=27912 Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>