Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 46288
b: refs/heads/master
c: 7083146
h: refs/heads/master
v: v3
  • Loading branch information
Robert Peterson authored and Steven Whitehouse committed Feb 5, 2007
1 parent b17c812 commit 57cd497
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: d200778e1257eeb92242355de6f191a0a5ad43c4
refs/heads/master: 70831465646b1fef9bf7b51b64409276411e9746
3 changes: 3 additions & 0 deletions trunk/fs/gfs2/ops_export.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
#include "glock.h"
#include "glops.h"
#include "inode.h"
#include "ops_dentry.h"
#include "ops_export.h"
#include "rgrp.h"
#include "util.h"
Expand Down Expand Up @@ -189,6 +190,7 @@ static struct dentry *gfs2_get_parent(struct dentry *child)
return ERR_PTR(-ENOMEM);
}

dentry->d_op = &gfs2_dops;
return dentry;
}

Expand Down Expand Up @@ -269,6 +271,7 @@ static struct dentry *gfs2_get_dentry(struct super_block *sb, void *inum_obj)
return ERR_PTR(-ENOMEM);
}

dentry->d_op = &gfs2_dops;
return dentry;

fail_rgd:
Expand Down

0 comments on commit 57cd497

Please sign in to comment.