Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 2410
b: refs/heads/master
c: c273150
h: refs/heads/master
v: v3
  • Loading branch information
Dave Kleikamp committed Jun 2, 2005
1 parent d2532c6 commit 537f2e1
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 7078253c085c037c070ca4e8bc9e9e7f18aa1e84
refs/heads/master: c2731509cfb538b9b38feaf657fab2334ea45253
3 changes: 3 additions & 0 deletions trunk/fs/jfs/jfs_dtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -2931,6 +2931,9 @@ static void add_missing_indices(struct inode *inode, s64 bn)
ASSERT(p->header.flag & BT_LEAF);

tlck = txLock(tid, inode, mp, tlckDTREE | tlckENTRY);
if (BT_IS_ROOT(mp))
tlck->type |= tlckBTROOT;

dtlck = (struct dt_lock *) &tlck->lock;

stbl = DT_GETSTBL(p);
Expand Down

0 comments on commit 537f2e1

Please sign in to comment.