fs/fuse: use dedicated category per source file
Submitted by: mckusick Reviewed by: emaste, mckusick Sponsored by: The FreeBSD Foundation MFC after: 1 week Differential revision: https://reviews.freebsd.org/D54380
This commit is contained in:
@@ -82,7 +82,7 @@
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/poll.h>
|
||||
#include <sys/selinfo.h>
|
||||
#define EXTERR_CATEGORY EXTERR_CAT_FUSE
|
||||
#define EXTERR_CATEGORY EXTERR_CAT_FUSE_DEVICE
|
||||
#include <sys/exterrvar.h>
|
||||
|
||||
#include "fuse.h"
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
#include <sys/mount.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/fcntl.h>
|
||||
#define EXTERR_CATEGORY EXTERR_CAT_FUSE
|
||||
#define EXTERR_CATEGORY EXTERR_CAT_FUSE_VFS
|
||||
#include <sys/exterrvar.h>
|
||||
|
||||
#include "fuse.h"
|
||||
|
||||
@@ -89,7 +89,7 @@
|
||||
#include <sys/buf.h>
|
||||
#include <sys/sysctl.h>
|
||||
#include <sys/vmmeter.h>
|
||||
#define EXTERR_CATEGORY EXTERR_CAT_FUSE
|
||||
#define EXTERR_CATEGORY EXTERR_CAT_FUSE_VNOPS
|
||||
#include <sys/exterrvar.h>
|
||||
|
||||
#include <vm/vm.h>
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
#define EXTERR_CAT_FILEDESC 2
|
||||
#define EXTERR_KTRACE 3 /* To allow inclusion of this
|
||||
file into kern_ktrace.c */
|
||||
#define EXTERR_CAT_FUSE 4
|
||||
#define EXTERR_CAT_FUSE_VNOPS 4
|
||||
#define EXTERR_CAT_INOTIFY 5
|
||||
#define EXTERR_CAT_GENIO 6
|
||||
#define EXTERR_CAT_BRIDGE 7
|
||||
@@ -24,6 +24,8 @@
|
||||
#define EXTERR_CAT_VFSBIO 10
|
||||
#define EXTERR_CAT_GEOMVFS 11
|
||||
#define EXTERR_CAT_GEOM 12
|
||||
#define EXTERR_CAT_FUSE_VFS 13
|
||||
#define EXTERR_CAT_FUSE_DEVICE 14
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user