]> Git Repo - linux.git/commit - fs/sysv/dir.c
BUG_ON() Conversion in fs/sysv/
authorEric Sesterhenn <[email protected]>
Sun, 2 Apr 2006 11:39:21 +0000 (13:39 +0200)
committerAdrian Bunk <[email protected]>
Sun, 2 Apr 2006 11:39:21 +0000 (13:39 +0200)
commitd6735bfcc998863dab89dacca2aed20932b6bc21
tree83d17ec87bb89fb3241c3b117c293a48730467a3
parentb7542f8c7eb40efb967a558c5be90fe5f939c3ef
BUG_ON() Conversion in fs/sysv/

this changes if() BUG(); constructs to BUG_ON() which is
cleaner, contains unlikely() and can better optimized away.

Signed-off-by: Eric Sesterhenn <[email protected]>
Signed-off-by: Adrian Bunk <[email protected]>
fs/sysv/dir.c
This page took 0.051284 seconds and 4 git commands to generate.