Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7763
b: refs/heads/master
c: 8e08cea
h: refs/heads/master
i:
  7761: e83f070
  7759: 6011e16
v: v3
  • Loading branch information
Anton Altaparmakov committed Sep 8, 2005
1 parent 8ee4630 commit dd29b23
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6e48321a40610f7213e3ac75ba234f6f8b3ed5f5
refs/heads/master: 8e08ceaeacd5d300aaad166f2eef8bfc37e09831
3 changes: 3 additions & 0 deletions trunk/fs/ntfs/ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@ ToDo/Notes:
length is zero.
- Add runlist.[hc]::ntfs_rl_punch_nolock() which punches a caller
specified hole into a runlist.
- Fix a bug in fs/ntfs/index.c::ntfs_index_lookup(). When the returned
index entry is in the index root, we forgot to set the @ir pointer in
the index context. Thanks to Yura Pakhuchiy for finding this bug.

2.1.23 - Implement extension of resident files and make writing safe as well as
many bug fixes, cleanups, and enhancements...
Expand Down
1 change: 1 addition & 0 deletions trunk/fs/ntfs/index.c
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ int ntfs_index_lookup(const void *key, const int key_len,
&ie->key, key_len)) {
ir_done:
ictx->is_in_root = TRUE;
ictx->ir = ir;
ictx->actx = actx;
ictx->base_ni = base_ni;
ictx->ia = NULL;
Expand Down

0 comments on commit dd29b23

Please sign in to comment.