X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Ffat%2Ffile.c;h=f042b965c95c8a9c6c0dbb21020877372b1a9c21;hb=8aa7e847d834ed937a9ad37a0f2ad5b8584c1ab0;hp=b28ea646ff607cfdbe0f1ebda29158b5feadef88;hpb=23059a0df5fad3d83b9a21fc2696a39148f49617;p=pandora-kernel.git diff --git a/fs/fat/file.c b/fs/fat/file.c index b28ea646ff60..f042b965c95c 100644 --- a/fs/fat/file.c +++ b/fs/fat/file.c @@ -134,7 +134,7 @@ static int fat_file_release(struct inode *inode, struct file *filp) if ((filp->f_mode & FMODE_WRITE) && MSDOS_SB(inode->i_sb)->options.flush) { fat_flush_inodes(inode->i_sb, inode, NULL); - congestion_wait(WRITE, HZ/10); + congestion_wait(BLK_RW_ASYNC, HZ/10); } return 0; }