mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-21 22:21:21 +00:00
Cleanup after commit 585d3bc06f
fsync_bdev() export and a bunch of stubs for !CONFIG_BLOCK case had been left behind Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
This commit is contained in:
parent
e5824c97a9
commit
47e4491b40
4 changed files with 13 additions and 13 deletions
|
@ -204,6 +204,7 @@ int fsync_bdev(struct block_device *bdev)
|
|||
}
|
||||
return sync_blockdev(bdev);
|
||||
}
|
||||
EXPORT_SYMBOL(fsync_bdev);
|
||||
|
||||
/**
|
||||
* freeze_bdev -- lock a filesystem and force it into a consistent state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue