Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 83c61a5c authored by Jinshan Xiong's avatar Jinshan Xiong Committed by Greg Kroah-Hartman
Browse files

staging: lustre: libcfs: make D_HSM a unique value

parent 6f11cd97
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -154,8 +154,7 @@ struct ptldebug_header {
#define D_QUOTA		0x04000000
#define D_SEC		0x08000000
#define D_LFSCK		0x10000000 /* For both OI scrub and LFSCK */

#define D_HSM	 D_TRACE
#define D_HSM		0x20000000

#define LIBCFS_DEBUG_MASKS_NAMES {					\
	"trace", "inode", "super", "ext2", "malloc", "cache", "info",	\