From: FabF <fabian.frederick@skynet.be>
To: lkml <linux-kernel@vger.kernel.org>
Subject: [Patch 2.6.7-mm4] adfs : obsolete comments
Date: Mon, 05 Jul 2004 14:16:15 +0200 [thread overview]
Message-ID: <1089029775.2423.2.camel@localhost.localdomain> (raw)
[-- Attachment #1: Type: text/plain, Size: 65 bytes --]
Hi,
Here are some trivial adfs comment updates.
Regards,
FabF
[-- Attachment #2: adfs_fix1.patch --]
[-- Type: text/x-patch, Size: 887 bytes --]
Trivial adfs comments update
-reserved_lookup no longer exists
-get_empty_inode as well
Signed off by FabF
---
diff -puN fs/adfs/dir.c~adfs_fix1 fs/adfs/dir.c
--- linux-2.6.7/fs/adfs/dir.c~adfs_fix1 2004-07-03 20:31:40.000000000 +0200
+++ linux-2.6.7-heatwave/fs/adfs/dir.c 2004-07-05 14:08:59.624800231 +0200
@@ -160,7 +160,7 @@ adfs_dir_lookup_byname(struct inode *ino
obj->parent_id = inode->i_ino;
/*
- * '.' is handled by reserved_lookup() in fs/namei.c
+ * '.' is handled by link_path_walk() in fs/namei.c
*/
if (name->len == 2 && name->name[0] == '.' && name->name[1] == '.') {
/*
@@ -280,8 +280,7 @@ struct dentry *adfs_lookup(struct inode
if (error == 0) {
error = -EACCES;
/*
- * This only returns NULL if get_empty_inode
- * fails.
+ * This only returns NULL if new_inode fails
*/
inode = adfs_iget(dir->i_sb, &obj);
if (inode)
_
reply other threads:[~2004-07-05 12:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=1089029775.2423.2.camel@localhost.localdomain \
--to=fabian.frederick@skynet.be \
--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
all inboxes | Powered by JetHome®