This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / buffer_head.h
index 2908c7a..0db065c 100644 (file)
@@ -275,7 +275,6 @@ map_bh(struct buffer_head *bh, struct super_block *sb, sector_t block)
  */
 static inline void wait_on_buffer(struct buffer_head *bh)
 {
-       might_sleep();
        if (buffer_locked(bh) || atomic_read(&bh->b_count) == 0)
                __wait_on_buffer(bh);
 }