Displaying 4 results from an estimated 4 matches for "get_write_access".
2004 Apr 01
1
ext3_free_data()
Hi,
why is there a window between statements "err = ext3_journal_get_write_access(handle, this_bh);" and "ext3_journal_dirty_metadata(handle, this_bh);" ?
In my test, there is an error in journal_dirty_metadata: jh is null
thanks!
D.Yang
April 1, 2004
---------------------------------------------------------------------------------------------------------------...
2001 Aug 23
2
EXT3 Trouble on 2.4.4
...DIRTY b_jlist:BJ_None on_lru:1
cpu:0 on_hash:1 b_count:2 b_blocknr:1
b_jbd:1 b_frozen_data:00000000 b_committed_data:00000000
b_transaction:0 b_next_transaction:0 b_cp_transaction:1 b_trans_is_running:0
b_trans_is_comitting:0 b_jcount:0 <0>
ext3_new_inode() [ialloc.c:465] get_write_access
b_state:0x92 b_list:BUF_DIRTY b_jlist:BJ_None on_lru:1
cpu:0 on_hash:1 b_count:2 b_blocknr:1
b_jbd:1 b_frozen_data:00000000 b_committed_data:00000000
b_transaction:0 b_next_transaction:0 b_cp_transaction:1 b_trans_is_running:0
b_trans_is_comitting:0 b_jcount:0 <0>
do...
2005 Dec 01
0
Errors reported by Coverity in ext3.
[Re-sending to the ext3 list, with minor edits]
I'm in the process of fixing errors generated by the Coverity
tool on the Linux kernel, and I would like your comment on a
set of problems reported in ext3.
The main issue reported is not checking the return code of
ext3_journal_get_write_access() in various places. I would like
to know if there should be error handling in these cases. The
places where the return value is not checked are(in the current
kernel version):
fs/ext3/inode.c ext3_clear_blocks 1829
fs/ext3/namei.c ext3_append 63...
2010 Nov 19
1
Btrfs_truncate ?
...2718>] ? btrfs_setattr+0x1d5/0x230 [btrfs]
[69003.807987] [<ffffffff8104b2b6>] ? current_fs_time+0x1e/0x24
[69003.807987] [<ffffffff811055e5>] ? notify_change+0x195/0x27e
[69003.807987] [<ffffffff810f1f4a>] ? do_truncate+0x68/0x86
[69003.807987] [<ffffffff810fa6a4>] ? get_write_access+0x10/0x3a
[69003.807987] [<ffffffff810f2059>] ? sys_truncate+0xf1/0x125
[69003.807987] [<ffffffff81009a82>] ? system_call_fastpath+0x16/0x1b
[69003.807987] Code: 83 7b 5c 00 74 13 48 89 de 48 89 ef e8 50 e1 ff ff 85 c0 74 04 0f 0b eb fe 48 89 da 4c 89 e6 48 89 ef e8 0d 9d ff ff 85 c0...