We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 447fe55 commit 97d197dCopy full SHA for 97d197d
fs/nfs/client.c
@@ -883,7 +883,7 @@ static void nfs_server_set_fsinfo(struct nfs_server *server,
883
fsinfo->xattr_support, fsinfo->xattr_support ? "SET" : "NOT SET");
884
if (fsinfo->xattr_support)
885
server->caps |= NFS_CAP_XATTR;
886
- pr_info("NFS CLIENT: server->caps = 0x%lx, NFS_CAP_XATTR = %s\n",
+ pr_info("NFS CLIENT: server->caps = 0x%x, NFS_CAP_XATTR = %s\n",
887
server->caps, (server->caps & NFS_CAP_XATTR) ? "SET" : "NOT SET");
888
#endif
889
}
0 commit comments