diff options
author | Prasad Joshi <prasadjoshi.linux@gmail.com> | 2012-10-05 02:15:45 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-10-05 20:05:18 +0200 |
commit | ab4a1f247003ad146c1a1067b2ba043922d0dff2 (patch) | |
tree | 809e01b3b9e2c36f74ffece42750211b594a48e8 /fs/gfs2/sys.c | |
parent | proc: use kzalloc instead of kmalloc and memset (diff) | |
download | linux-ab4a1f247003ad146c1a1067b2ba043922d0dff2.tar.xz linux-ab4a1f247003ad146c1a1067b2ba043922d0dff2.zip |
proc_sysctl.c: use BUG_ON instead of BUG
The use of if (!head) BUG(); can be replaced with the single line
BUG_ON(!head).
Signed-off-by: Prasad Joshi <prasadjoshi.linux@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions