Displaying 3 results from an estimated 3 matches for "raw_setbind".
2004 Jun 29
1
seg fault using ocfstool
.../raw1 0 0 but next execution of
ocfstool fails with the same error.
Here excerpt of strace:
2705 munmap(0x4001d000, 4096) = 0
2705 stat64("/dev/sdc", {st_mode=S_IFBLK|0660, st_rdev=makedev(8, 32),
...}) = 0
2705 open("/dev/rawctl", O_RDWR) = 4
2705 ioctl(4, RAW_SETBIND, 0xbffecb00) = 0
2705 close(4) = 0
2705 open("/dev/raw/raw1", O_RDONLY) = 4
2705 brk(0x80b8000) = 0x80b8000
2705 _llseek(4, 0, [0], SEEK_SET) = 0
2705 read(4, 0x80b7000, 512) = -1 EIO (Input/output error)
2705 _llseek(4, 0...
2005 Nov 05
2
[PATCH 00/25] reduce code in fs/compat_ioctl.c
On S?nnavend 05 November 2005 00:51, Christoph Hellwig wrote:
> On Sat, Nov 05, 2005 at 12:10:46AM +0100, Arnd Bergmann wrote:
> >
> > BTW, I now have a set of 25 patches that moves all handlers from
> > fs/compat_ioctl.c over to the respective drivers and subsystems,
> > but I'm not sure how to best test that.
> > I intend to at least give it a test run on my
2005 Nov 05
2
[PATCH 00/25] reduce code in fs/compat_ioctl.c
On S?nnavend 05 November 2005 00:51, Christoph Hellwig wrote:
> On Sat, Nov 05, 2005 at 12:10:46AM +0100, Arnd Bergmann wrote:
> >
> > BTW, I now have a set of 25 patches that moves all handlers from
> > fs/compat_ioctl.c over to the respective drivers and subsystems,
> > but I'm not sure how to best test that.
> > I intend to at least give it a test run on my