[PATCH] dquot: remove unneeded test
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.
Showing
Please register or sign in to comment