VFS-FS error codes: better safe than sorry
This commit is contained in:
parent
0ac1aaccca
commit
9a01c828c8
1 changed files with 3 additions and 3 deletions
|
@ -188,9 +188,9 @@
|
||||||
#define NREQS 55
|
#define NREQS 55
|
||||||
|
|
||||||
|
|
||||||
#define EENTERMOUNT -301
|
#define EENTERMOUNT (-301)
|
||||||
#define ELEAVEMOUNT -302
|
#define ELEAVEMOUNT (-302)
|
||||||
#define ESYMLINK -303
|
#define ESYMLINK (-303)
|
||||||
|
|
||||||
/* REQ_L_FLAGS */
|
/* REQ_L_FLAGS */
|
||||||
#define PATH_RET_SYMLINK 1 /* Return a symlink object (i.e.
|
#define PATH_RET_SYMLINK 1 /* Return a symlink object (i.e.
|
||||||
|
|
Loading…
Reference in a new issue