raw-posix: always store open flags
authorChristoph Hellwig <hch@lst.de>
Mon, 15 Jun 2009 11:53:26 +0000 (13:53 +0200)
committerChristoph Hellwig <hch@brick.lst.de>
Mon, 15 Jun 2009 11:53:26 +0000 (13:53 +0200)
commitab96087cbf3455ddca012884d64a612e7689446a
treeb4d9277c3f2340044bcb844ec5682c703df9442e
parentd804ac1bace3e7b11281c541ecace24664362b04
raw-posix: always store open flags

Both the Linux floppy and the FreeBSD CDROM host device need to store
the open flags so that they can re-open the device later.  Store the
open flags unconditionally to remove the ifdef mess and simply the
calling conventions for the later patches in the series.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/raw-posix.c