All of lore.kernel.org
 help / color / mirror / Atom feed
* [Patch 2.6.7-mm4] adfs : obsolete comments
@ 2004-07-05 12:16 FabF
  0 siblings, 0 replies; only message in thread
From: FabF @ 2004-07-05 12:16 UTC (permalink / raw)
  To: lkml

[-- 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)
_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-07-05 12:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-07-05 12:16 [Patch 2.6.7-mm4] adfs : obsolete comments FabF

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.