1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-25 11:37:56 +00:00

o Fix a comment: directory whiteout type is DT_WHT not DT_W.

This commit is contained in:
Maxim Konovalov 2006-05-21 21:28:34 +00:00
parent d45e4f9945
commit b6893ab299
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=158801

View File

@ -79,7 +79,7 @@
/*
* The Whiteout inode# is a dummy non-zero inode number which will
* never be allocated to a real file. It is used as a place holder
* in the directory entry which has been tagged as a DT_W entry.
* in the directory entry which has been tagged as a DT_WHT entry.
* See the comments about ROOTINO above.
*/
#define WINO ((ino_t)1)