]> git.itanic.dy.fi Git - linux-stable/commit
udf: Drop pointless aops assignment
authorJan Kara <jack@suse.cz>
Fri, 24 Mar 2023 10:37:44 +0000 (11:37 +0100)
committerJan Kara <jack@suse.cz>
Wed, 9 Aug 2023 16:55:16 +0000 (18:55 +0200)
commit5ae6ca2cc1ca508548446fe1325f4690145df153
tree57bc81a51fc2bfce2cf6e56fb01a74c8bab0cccf
parent7a64774add85ce673a089810fae193b02003be24
udf: Drop pointless aops assignment

Since we have merged normal and in-ICB address_space operations, there's
no need to assign aops when expanding from in-ICB format.

Signed-off-by: Jan Kara <jack@suse.cz>
fs/udf/inode.c