commit | 4e298021216727cc27017c5032ade86167c66256 | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Sun Oct 30 18:41:19 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Sun Oct 30 18:41:19 2011 -0400 |
tree | e50ab2e0747252c200773fc3e2a5bd885f85a30c | |
parent | d73d5046a72467d4510825b99e2269e09ad80e15 [diff] |
ext4: remove unnecessary call to waitqueue_active() 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>