]> git.dujemihanovic.xyz Git - linux.git/commit
bcachefs: fix bch2_get_acl() transaction restart handling
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 7 Apr 2024 20:20:17 +0000 (16:20 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 7 Apr 2024 21:15:53 +0000 (17:15 -0400)
commitb897b148ee30c7fca995e6d15cf791f52993920b
treefb667e8281842cec5628acd3e24c70dfce656173
parent09e913f5826936c0f6632d6d0d35a36295fac7cc
bcachefs: fix bch2_get_acl() transaction restart handling

bch2_acl_from_disk() uses allocate_dropping_locks, and can thus return
a transaction restart - this wasn't handled.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/acl.c