public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Anthony Barbachan" <barbacha@Hinako.AMBusiness.com>
To: "Linux Kernel Mailing List" <linux-kernel@vger.kernel.org>
Subject: Question on porting 2.2.x driver to 2.4.x (reference namei)
Date: Sun, 22 Jul 2001 22:16:14 -0400	[thread overview]
Message-ID: <010201c1131d$7359d150$9865fea9@optima> (raw)

Hi all,

    I'm trying to port iBCS to the 2.4.x kernels.  One of the compile
problems I've run into is that the 2.4.x kernel includes lack a namei()
function definition.  I figure this function has been removed however what
is its replacement?  Or at least how do I replace its functionality?  The
section of code in iBCS in which this is used looks like this:

dentry = namei(path);
error = PTR_ERR(dentry);

if (!IS_ERR(dentry)) {


Thanks in advance for any help.


             reply	other threads:[~2001-07-23  2:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-07-23  2:16 Anthony Barbachan [this message]
2001-07-23 10:48 ` Question on porting 2.2.x driver to 2.4.x (reference namei) Christoph Hellwig

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='010201c1131d$7359d150$9865fea9@optima' \
    --to=barbacha@hinako.ambusiness.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox