--- a/fs/namei.c
+++ b/fs/namei.c
@@ -1147,8 +1147,8 @@ static struct dentry *__lookup_hash(struct qstr *name, struct dentry *base,
* small and for now I'd prefer to have fast path as straight as possible.
* It _is_ time-critical.
*/
-static int do_lookup(struct nameidata *nd, struct qstr *name,
- struct path *path, struct inode **inode)
+static int lookup_fast(struct nameidata *nd, struct qstr *name,
+ struct path *path, struct inode **inode)
{
struct vfsmount *mnt = nd->path.mnt;
struct dentry *dentry, *parent = nd->path.dentry;
@@ -1217,7 +1217,6 @@ unlazy:
}
}
這是一個碼片。 這是什麼意思行?誰能解釋一下? 謝謝!統一差異:@@意味着什麼?
[svn diff或git diff中的元行可能重複](http://stackoverflow.com/questions/8558597/meta-line-in-svn-diff-or-git-diff) – manojlds 2012-03-08 04:12:48