| 899 | } |
| 900 | |
| 901 | int sync_blockdev(struct block_device *bdev) |
| 902 | { |
| 903 | PEXT2_VCB Vcb = (PEXT2_VCB) bdev->bd_priv; |
| 904 | Ext2FlushVolume(NULL, Vcb, FALSE); |
| 905 | return 0; |
| 906 | } |
| 907 | |
| 908 | /* |
| 909 | * Perform a pagecache lookup for the matching buffer. If it's there, refre |
no test coverage detected