Commit 0642048d authored by Niu Yawei's avatar Niu Yawei Committed by Greg Kroah-Hartman
Browse files

staging: lustre: llite: add simple comment about lustre.lov xattrs

parent c0d82ceb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -264,6 +264,7 @@ static int ll_xattr_set(const struct xattr_handler *handler,
	CDEBUG(D_VFSTRACE, "VFS Op:inode=" DFID "(%p), xattr %s\n",
	       PFID(ll_inode2fid(inode)), inode, name);

	/* lustre/trusted.lov.xxx would be passed through xattr API */
	if (!strcmp(name, "lov")) {
		int op_type = flags == XATTR_REPLACE ? LPROC_LL_REMOVEXATTR :
						       LPROC_LL_SETXATTR;