Jung-uk Kim b256a1e10b MFP4: 109652
Fixes for 'blocking in fifoor state' problem of LTP tests.
linux_*stat*() functions were opening files with O_RDONLY to get
major/minor pair for char/block special files.  Unfortunately,
when these functions are used against fifo, it is blocked forever
because there is no writer.  Instead, we only open char/block special
files for major/minor conversion.  We have to get rid of kern_open()
entirely from translate_path_major_minor() but today is not the day.
While I am here, add checks for errors before calling
translate_path_major_minor().
2006-12-04 22:38:52 +00:00
..
2006-12-03 21:06:07 +00:00
2006-12-04 22:38:52 +00:00
2006-11-30 06:17:54 +00:00
2006-05-26 13:54:27 +00:00
2006-11-28 19:33:28 +00:00
2006-11-28 19:33:28 +00:00
2006-12-01 21:52:07 +00:00
2006-11-26 18:27:16 +00:00