Opened 15 years ago
Closed 15 years ago
#5707 closed enhancement (fixed)
Add support for DeviceBlockSize in BFS
Reported by: | jvff | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | File Systems/BFS | Version: | R1/Development |
Keywords: | gsoc2010 BFS fDeviceBlockSize | Cc: | |
Blocked By: | Blocking: | ||
Platform: | All |
Description
During mount, the device block size is read and saved in the fDeviceBlockSize member. It is then used in the iterative_io_get_vecs_hook function in the "kernel_interface.cpp" file. This is an initial fix for the TODO that was placed in that funcion.
Attachments (1)
Change History (3)
by , 15 years ago
Attachment: | bfs_DeviceBlockSize.patch added |
---|
comment:1 by , 15 years ago
Keywords: | gsoc2010 added |
---|
comment:2 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | R1/alpha1 → R1/Development |
Note:
See TracTickets
for help on using tickets.
Applied in hrev36144, thanks!