[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <e388f379-cd11-a5d2-db82-aa1aa518a582@redhat.com>
Date: Tue, 1 Dec 2020 10:54:26 -0600
From: Eric Sandeen <sandeen@...hat.com>
To: torvalds@...ux-foundation.org,
Miklos Szeredi <mszeredi@...hat.com>,
Ira Weiny <ira.weiny@...el.com>,
David Howells <dhowells@...hat.com>
Cc: linux-fsdevel@...r.kernel.org, linux-man@...r.kernel.org,
linux-kernel@...r.kernel.org, xfs <linux-xfs@...r.kernel.org>,
linux-ext4@...r.kernel.org, Xiaoli Feng <xifeng@...hat.com>,
Eric Sandeen <sandeen@...hat.com>
Subject: [PATCH 0/2] statx: Fix DAX attribute collision and handling
There are two issues with the statx DAX attribute in the kernel today:
1) Its value clashes with STATX_ATTR_MOUNT_ROOT as dhowells previously reported
2) It is not set in the statx attributes_mask as reported by xifeng
This short series changes the STATX_ATTR_DAX value, and moves the reporting
from the vfs into the dax-capable filesystems so that they can set the
statx atrributes_mask appropriately.
Thanks,
-Eric
Powered by blists - more mailing lists