Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 296596
b: refs/heads/master
c: 9d547c3
h: refs/heads/master
v: v3
  • Loading branch information
Artem Bityutskiy authored and Theodore Ts'o committed Mar 22, 2012
1 parent 4077d9c commit e153507
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 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: 91913a2942d2b582c40673956dec1a9c71d32fe4
refs/heads/master: 9d547c35799a4ddd235f1565cec2fff6c9263504
13 changes: 0 additions & 13 deletions trunk/include/linux/fs.h
Original file line number Diff line number Diff line change
Expand Up @@ -1870,19 +1870,6 @@ extern struct dentry *mount_pseudo(struct file_system_type *, char *,
const struct dentry_operations *dops,
unsigned long);

static inline void sb_mark_dirty(struct super_block *sb)
{
sb->s_dirt = 1;
}
static inline void sb_mark_clean(struct super_block *sb)
{
sb->s_dirt = 0;
}
static inline int sb_is_dirty(struct super_block *sb)
{
return sb->s_dirt;
}

/* Alas, no aliases. Too much hassle with bringing module.h everywhere */
#define fops_get(fops) \
(((fops) && try_module_get((fops)->owner) ? (fops) : NULL))
Expand Down

0 comments on commit e153507

Please sign in to comment.