ocfs2: ocfs2_insert_extent() no longer needs struct inode.
One more function down, no inode in the entire insert-extent chain. Signed-off-by: Joel Becker <joel.becker@oracle.com>
Цей коміт міститься в:
@@ -4325,7 +4325,7 @@ static int ocfs2_add_new_xattr_cluster(struct inode *inode,
|
||||
|
||||
mlog(0, "Insert %u clusters at block %llu for xattr at %u\n",
|
||||
num_bits, (unsigned long long)block, v_start);
|
||||
ret = ocfs2_insert_extent(osb, handle, inode, &et, v_start, block,
|
||||
ret = ocfs2_insert_extent(handle, &et, v_start, block,
|
||||
num_bits, 0, ctxt->meta_ac);
|
||||
if (ret < 0) {
|
||||
mlog_errno(ret);
|
||||
|
Посилання в новій задачі
Заблокувати користувача