diff options
| author | Trond Myklebust <[email protected]> | 2025-05-29 10:45:45 +0000 |
|---|---|---|
| committer | Trond Myklebust <[email protected]> | 2025-07-14 22:20:02 +0000 |
| commit | ce60ab3964782df9ba34f0a64c0bc766dd508bde (patch) | |
| tree | c3838b929551529ae5fbcb3bbb34fe7caa36b1fb /fs/nfs/inode.c | |
| parent | Linux 6.16-rc6 (diff) | |
| download | kernel-ce60ab3964782df9ba34f0a64c0bc766dd508bde.tar.gz kernel-ce60ab3964782df9ba34f0a64c0bc766dd508bde.zip | |
Expand the type of nfs_fattr->valid
We need to be able to track more than 32 attributes per inode.
Signed-off-by: Trond Myklebust <[email protected]>
Signed-off-by: Lance Shelton <[email protected]>
Signed-off-by: Benjamin Coddington <[email protected]>
Reviewed-by: Jeff Layton <[email protected]>
Link: https://lore.kernel.org/r/1e3405fca54efd0be7c91c1da77917b94f5dfcc4.1748515333.git.bcodding@redhat.com
Signed-off-by: Trond Myklebust <[email protected]>
Diffstat (limited to 'fs/nfs/inode.c')
| -rw-r--r-- | fs/nfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/inode.c b/fs/nfs/inode.c index a2fa6bc4d74e..17f5dcda2a00 100644 --- a/fs/nfs/inode.c +++ b/fs/nfs/inode.c @@ -2209,7 +2209,7 @@ static int nfs_update_inode(struct inode *inode, struct nfs_fattr *fattr) bool attr_changed = false; bool have_delegation; - dfprintk(VFS, "NFS: %s(%s/%lu fh_crc=0x%08x ct=%d info=0x%x)\n", + dfprintk(VFS, "NFS: %s(%s/%lu fh_crc=0x%08x ct=%d info=0x%llx)\n", __func__, inode->i_sb->s_id, inode->i_ino, nfs_display_fhandle_hash(NFS_FH(inode)), atomic_read(&inode->i_count), fattr->valid); |
