Re: broken cifsFileInfo handling in cifs_reopen_file codepath
Steve French <[email protected]>
| Newsgroups | gmane.linux.file-systems.cifs |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Sep 18, 2009 at 12:55 PM, Jeff Layton <[email protected]> wrote: > The fix doesn't look too hard. You need to fix cifs_posix_open so that > it doesn't automatically create a cifsFileInfo itself. Either pass one > into it that's already allocated, or (even better) just have the > callers fill it out. It would also be good to consolidate > cifs_fill_fileinfo and cifs_init_private since they basically do the > same thing. Yes - thinking along the same lines -- Thanks, Steve