Re: [PATCH 1/2] create file_drop_write_access() helper

2007-11-09 Thread Erez Zadok
In message <[EMAIL PROTECTED]>, Dave Hansen writes: > > These should fix the bug that Erez Zadok <[EMAIL PROTECTED]> > reported: > > Stopping RPC idmapd: > > kernel: __fput() of writeable file with no mnt_want_write() > kernel: WARNING: at fs/file_table.c:262 __fput() > kernel: [] show_trace_lo

[PATCH 1/2] create file_drop_write_access() helper

2007-11-09 Thread Dave Hansen
These should fix the bug that Erez Zadok <[EMAIL PROTECTED]> reported: Stopping RPC idmapd: kernel: __fput() of writeable file with no mnt_want_write() kernel: WARNING: at fs/file_table.c:262 __fput() kernel: [] show_trace_log_lvl+0x12/0x25 kernel: [] show_trace+0xd/0x10 ... The actual bug wa