Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7427
b: refs/heads/master
c: 3f4bb1f
h: refs/heads/master
i:
  7425: 2237959
  7423: 6decc40
v: v3
  • Loading branch information
Eric Dumazet authored and Linus Torvalds committed Sep 7, 2005
1 parent e4b6306 commit e7cd194
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 0811bab24ff1eecab38110eda7ea7847db95c64e
refs/heads/master: 3f4bb1f4199b7dc0c958447b1e4898980013b884
4 changes: 2 additions & 2 deletions trunk/include/linux/dcache.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,9 @@ struct dentry {
* negative */
/*
* The next three fields are touched by __d_lookup. Place them here
* so they all fit in a 16-byte range, with 16-byte alignment.
* so they all fit in a cache line.
*/
struct hlist_node d_hash; /* lookup hash list */
struct dentry *d_parent; /* parent directory */
struct qstr d_name;

Expand All @@ -103,7 +104,6 @@ struct dentry {
void *d_fsdata; /* fs-specific data */
struct rcu_head d_rcu;
struct dcookie_struct *d_cookie; /* cookie, if any */
struct hlist_node d_hash; /* lookup hash list */
int d_mounted;
unsigned char d_iname[DNAME_INLINE_LEN_MIN]; /* small names */
};
Expand Down

0 comments on commit e7cd194

Please sign in to comment.