From mboxrd@z Thu Jan 1 00:00:00 1970 From: Shirish Pargaonkar Subject: handling inodes in lookup Date: Tue, 3 Feb 2009 20:32:33 -0600 Message-ID: <4a4634330902031832m607de084hee353b6353dc95e@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit To: linux-fsdevel@vger.kernel.org Return-path: Received: from mail-gx0-f21.google.com ([209.85.217.21]:41035 "EHLO mail-gx0-f21.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752231AbZBDCcf (ORCPT ); Tue, 3 Feb 2009 21:32:35 -0500 Received: by gxk14 with SMTP id 14so1928265gxk.13 for ; Tue, 03 Feb 2009 18:32:34 -0800 (PST) Sender: linux-fsdevel-owner@vger.kernel.org List-ID: I was working on handling lookup intents in cifs code. So when in cifs lookup, we do a open after figuring out that is what the intent is, I do not know how to handle the generated and filled inode with the info from open. I do not think I can assign it to dentry and instantiate as vfs will return with EEXIST. So I am not sure what to do with the inode. Your help is appreciated. FYI, I do not subscribe to this mailing list. Regards, Shirish