Fix typo in flag name.

This commit is contained in:
Warner Losh 2014-07-07 23:21:15 +00:00
parent cfe87f0076
commit e3a6cb96d6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268375

View file

@ -210,7 +210,7 @@ struct buf {
#define B_CLUSTEROK 0x00020000 /* Pagein op, so swap() can count it. */
#define B_000400000 0x00040000 /* Available flag. */
#define B_000800000 0x00080000 /* Available flag. */
#define B_00100000 0x00100000 /* Available flag. */
#define B_001000000 0x00100000 /* Available flag. */
#define B_DIRTY 0x00200000 /* Needs writing later (in EXT2FS). */
#define B_RELBUF 0x00400000 /* Release VMIO buffer. */
#define B_FS_FLAG1 0x00800000 /* Available flag for FS use. */