Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 5577
b: refs/heads/master
c: 0072b13
h: refs/heads/master
i:
  5575: 2c73feb
v: v3
  • Loading branch information
Adrian Bunk authored and Linus Torvalds committed Aug 2, 2005
1 parent cdd91b3 commit f360db9
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: 001abc93bf83f95737cd455b6ec875e6412f7d53
refs/heads/master: 0072b1389c25355ccc01048114adb9652c13fd9f
4 changes: 2 additions & 2 deletions trunk/include/linux/dcookies.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ int get_dcookie(struct dentry * dentry, struct vfsmount * vfsmnt,

#else

struct dcookie_user * dcookie_register(void)
static inline struct dcookie_user * dcookie_register(void)
{
return NULL;
}

void dcookie_unregister(struct dcookie_user * user)
static inline void dcookie_unregister(struct dcookie_user * user)
{
return;
}
Expand Down

0 comments on commit f360db9

Please sign in to comment.