ramfs: Whitespace fixes, no functional change.
This commit is contained in:
@@ -65,6 +65,7 @@
|
|||||||
static const size_t kOptimalIOSize = 65536;
|
static const size_t kOptimalIOSize = 65536;
|
||||||
static const bigtime_t kNotificationInterval = 1000000LL;
|
static const bigtime_t kNotificationInterval = 1000000LL;
|
||||||
|
|
||||||
|
|
||||||
// notify_if_stat_changed
|
// notify_if_stat_changed
|
||||||
void
|
void
|
||||||
notify_if_stat_changed(Volume *volume, Node *node)
|
notify_if_stat_changed(Volume *volume, Node *node)
|
||||||
@@ -155,7 +156,6 @@ ramfs_read_fs_info(fs_volume* _volume, struct fs_info *info)
|
|||||||
// ramfs_write_fs_info
|
// ramfs_write_fs_info
|
||||||
static status_t
|
static status_t
|
||||||
ramfs_write_fs_info(fs_volume* _volume, const struct fs_info *info, uint32 mask)
|
ramfs_write_fs_info(fs_volume* _volume, const struct fs_info *info, uint32 mask)
|
||||||
|
|
||||||
{
|
{
|
||||||
FUNCTION_START();
|
FUNCTION_START();
|
||||||
Volume* volume = (Volume*)_volume->private_volume;
|
Volume* volume = (Volume*)_volume->private_volume;
|
||||||
|
|||||||
Reference in New Issue
Block a user