• Andrew Morton's avatar
    [PATCH] dquot: remove unneeded test · 87d218f9
    Andrew Morton authored
    We're testing the nullness of `sb' potentially after rereferencing it
    (although the compiler will have reordered things to avoid such a bug).
    
    Just remove the test - the superblock pointer shouldn't be null in there.
    87d218f9
dquot.c 48.5 KB