K 10 svn:author V 8 mckusick K 8 svn:date V 27 2002-10-14T23:18:09.000000Z K 7 svn:log V 494 When reading or writing the extended attributes of a special device or fifo in UFS2, the normal ufs_strategy routine needs to be used rather than the spec_strategy or fifo_strategy routine. Thus the ffsext_strategy routine is interposed in the ffs_vnops vectors for special devices and fifo's to pick off this special case. Otherwise it simply falls through to the usual spec_strategy or fifo_strategy routine. Submitted by: Robert Watson Sponsored by: DARPA & NAI Labs. END