On Wed, Sep 06, 2023 at 05:59:03PM +0200, Bernd Schubert wrote: > file_remove_privs might call into notify_change(), which > requires to hold an exclusive lock. > > Fixes: e9adabb9712e ("btrfs: use shared lock for direct writes within EOF") > Cc: Christoph Hellwig <hch@xxxxxxxxxxxxx> > Cc: Goldwyn Rodrigues <rgoldwyn@xxxxxxxx> > Cc: Miklos Szeredi <miklos@xxxxxxxxxx> > Cc: Dharmendra Singh <dsingh@xxxxxxx> > Cc: David Sterba <dsterba@xxxxxxxx> > Cc: linux-btrfs@xxxxxxxxxxxxxxx > Cc: linux-fsdevel@xxxxxxxxxxxxxxx > Cc: stable@xxxxxxxxxxxxxxx > Signed-off-by: Bernd Schubert <bschubert@xxxxxxx> Added to btrfs tree, with slightly reformatted comments, some minor coding style changes and updated changelog. Thanks.