]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Merge fifo_vnops.c:1.119 from HEAD to RELENG_6:
authorrwatson <rwatson@FreeBSD.org>
Thu, 15 Sep 2005 20:50:04 +0000 (20:50 +0000)
committerrwatson <rwatson@FreeBSD.org>
Thu, 15 Sep 2005 20:50:04 +0000 (20:50 +0000)
commit6185980a8fcec17f9c4da681fb45ffcec25be928
tree2d8612114b080c4acdf916eca328bdbc408b681c
parentdcebacb956b29f5cb9c7cb05dc0d053fe57d7aca
Merge fifo_vnops.c:1.119 from HEAD to RELENG_6:

  Remove DFLAG_SEEKABLE from fifo file descriptors: fifos are not seekable
  according to POSIX, not to mention the fact that it doesn't make sense
  (and hence isn't really implemented).  This causes the fifo_misc
  regression test to succeed.

Approved by: re (scottl)
sys/fs/fifofs/fifo_vnops.c