[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: XATTR inquiry
Julian Reschke <reschke@GOEDEL.UNI-MUENSTER.DE> writes:
|> BTW: someone should check whether XATTR->rdev is initialized in all file
|> systems.
I don't think this is a problem since it is only meaningfull with
device files. MinixFS (the only file system that supports device files
beside biosfs) does initialize it.
stat(2) on SunOS says:
dev_t st_rdev; /* the device identifier (special files only)*/
--
Andreas Schwab "And now for something
schwab@ls5.informatik.uni-dortmund.de completely different"
- References:
- XATTR inquiry
- From: Julian Reschke <reschke@GOEDEL.UNI-MUENSTER.DE>