Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 1321
b: refs/heads/master
c: f359b74
h: refs/heads/master
i:
  1319: 4a42629
v: v3
  • Loading branch information
Vladimir Saveliev authored and Linus Torvalds committed May 21, 2005
1 parent 7ac1eff commit 5efcd24
Show file tree
Hide file tree
Showing 3 changed files with 4 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: 1808caffaf448f0ad42ba04b25825fc170cf8e44
refs/heads/master: f359b74c80bc76c1f6c2cb8f2837882f2335ba0c
1 change: 0 additions & 1 deletion trunk/fs/reiserfs/stree.c
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,6 @@ const struct reiserfs_key MAX_KEY = {
__constant_cpu_to_le32(0xffffffff)},}
};

const struct in_core_key MAX_IN_CORE_KEY = {~0U, ~0U, ~0ULL>>4, 15};

/* Get delimiting key of the buffer by looking for it in the buffers in the path, starting from the bottom
of the path, and going upwards. We must check the path's validity at each step. If the key is not in
Expand Down
4 changes: 3 additions & 1 deletion trunk/fs/reiserfs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,9 @@ static int finish_unfinished (struct super_block * s)

/* compose key to look for "save" links */
max_cpu_key.version = KEY_FORMAT_3_5;
max_cpu_key.on_disk_key = MAX_IN_CORE_KEY;
max_cpu_key.on_disk_key.k_dir_id = ~0U;
max_cpu_key.on_disk_key.k_objectid = ~0U;
set_cpu_key_k_offset (&max_cpu_key, ~0U);
max_cpu_key.key_length = 3;

#ifdef CONFIG_QUOTA
Expand Down

0 comments on commit 5efcd24

Please sign in to comment.