search for: smb_proc_open

Displaying 5 results from an estimated 5 matches for "smb_proc_open".

2004 Dec 19
0
[2.6 patch] remove outdated smbfs ChangeLog
...as suggested by Jochen Dolze <dolze@epcnet.de>) - -2001-03-06 Urban Widmark <urban@teststation.com> - - * cache.c: d_add on hashed dentries corrupts d_hash list and - causes loops in d_lookup. Inherited bug. :) - * inode.c: tail -f fix for non-readonly opened files - (related to the smb_proc_open change). - * inode.c: tail -f fix for fast size changes with the same mtime. - -2001-03-02 Michael Kockelkorn <m.kockelkorn@biodata.com> - - * proc.c: fix smb_proc_open to allow open being called more than once - with different modes (O_RDONLY -> O_WRONLY) without closing. - -2001-02-10...
2005 Jan 08
0
[2.6 patch] remove outdated smbfs ChangeLog (fwd)
...as suggested by Jochen Dolze <dolze@epcnet.de>) - -2001-03-06 Urban Widmark <urban@teststation.com> - - * cache.c: d_add on hashed dentries corrupts d_hash list and - causes loops in d_lookup. Inherited bug. :) - * inode.c: tail -f fix for non-readonly opened files - (related to the smb_proc_open change). - * inode.c: tail -f fix for fast size changes with the same mtime. - -2001-03-02 Michael Kockelkorn <m.kockelkorn@biodata.com> - - * proc.c: fix smb_proc_open to allow open being called more than once - with different modes (O_RDONLY -> O_WRONLY) without closing. - -2001-02-10...
2003 May 22
0
use-after-free in smbfs on 2.5.69-mm5
...[smbfs] [<c013d8cc>] check_poison_obj+0x174/0x180 [<c013f287>] kmem_cache_alloc+0xaf/0x150 [<ec992d2e>] smb_do_alloc_request+0x1e/0xb4 [smbfs] [<ec992d2e>] smb_do_alloc_request+0x1e/0xb4 [smbfs] [<ec992de4>] smb_alloc_request+0x20/0x2c [smbfs] [<ec98c439>] smb_proc_open+0x3d/0xfc [smbfs] [<ec98cae1>] smb_proc_readX+0xe5/0xf4 [smbfs] [<ec98c54e>] smb_open+0x56/0xcc [smbfs] [<ec991889>] smb_readpage_sync+0x85/0x158 [smbfs] [<ec991974>] smb_readpage+0x18/0x50 [smbfs] [<c013cfa6>] read_pages+0xa6/0x120 [<c013d2f7>] do_page_cac...
2003 Dec 01
0
No subject
...inux-2.2.20-pre2-smbfs/fs/smbfs/ChangeLog --- linux-2.2.20-pre2-orig/fs/smbfs/ChangeLog Sun Apr 29 13:39:23 2001 +++ linux-2.2.20-pre2-smbfs/fs/smbfs/ChangeLog Thu May 24 22:51:27 2001 @@ -1,5 +1,16 @@ ChangeLog for smbfs. +2001-05-24 Urban Widmark <urban@teststation.com> + + * proc.c: fix smb_proc_open to allow open being called more than once + with different modes (O_RDONLY -> O_WRONLY) without closing. + (bugfix from 2.4.3, fix by Michael Kockelkorn) + * inode.c: tail -f fix for non-readonly opened files + (related to the smb_proc_open change). + (bugfix from 2.4.3) + * inode.c: tai...
2003 Dec 01
0
No subject
...made a test with another small DBF file, from FoxPro, creating the table, appending some redords and deleting some records, and every test works OK. On an older message from Mr. Urban I found the following tip: UB> If this used to work in 2.2.7 you can try removing these two lines from UB> smb_proc_open (fs/smbfs/proc.c) UB> if (!(wish & (O_WRONLY | O_RDWR))) UB> ino->u.smbfs_i.access = SMB_O_RDONLY; UB> It's the only difference in this part of the code since 2.2.7, but I think UB> it is ok. I check the source code on 2.2.19 and now looks like: #if 0...