/haiku/src/system/kernel/vm/ |
H A D | VMDeviceCache.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | VMDeviceCache.h | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | VMAnonymousNoSwapCache.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | VMAnonymousNoSwapCache.h | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | VMAnonymousCache.h | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | VMAnonymousCache.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | vm_page.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | vm.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/tools/fs_shell/ |
H A D | vfs.h | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | file_cache.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | vfs.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/kernel/cache/ |
H A D | vnode_store.h | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | vnode_store.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | file_cache.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/kernel/fs/ |
H A D | fifo.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | rootfs.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
H A D | vfs.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/headers/private/fs_shell/ |
H A D | fssh_fs_interface.h | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/add-ons/kernel/file_systems/iso9660/ |
H A D | kernel_interface.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/add-ons/kernel/file_systems/cdda/ |
H A D | kernel_interface.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/headers/os/drivers/ |
H A D | fs_interface.h | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/add-ons/kernel/file_systems/ext2/ |
H A D | kernel_interface.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/system/kernel/device_manager/ |
H A D | devfs.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/headers/private/kernel/ |
H A D | vfs.h | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|
/haiku/src/add-ons/kernel/file_systems/bfs/ |
H A D | kernel_interface.cpp | e6bd90c58dbae64f3b464edcff90dcb06e63a716 Wed Jul 23 15:47:47 UTC 2008 Ingo Weinhold <ingo_weinhold@gmx.de> * bfs_fsync() was the only place which could cause the fs_vnode_ops::write_pages() to be called with fsReenter = true. Since this is no longer the case, the argument has become superfluous. For read_pages() it always was. Removed the argument from the functions and all functions that propagated it. * Some whitespace at the end of lines was removed.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26579 a95241bf-73f2-0310-859d-f6bbb57e9c96
|