ext4: remove unnecessary call to waitqueue_active()
authorTheodore Ts'o <tytso@mit.edu>
Sun, 30 Oct 2011 22:41:19 +0000 (18:41 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 30 Oct 2011 22:41:19 +0000 (18:41 -0400)
The usage of waitqueue_active() is not necessary, and introduces (I
believe) a hard-to-hit race.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found