From e153507ee42122f1d3cb12548d98b28e12a2a2f7 Mon Sep 17 00:00:00 2001 From: Artem Bityutskiy Date: Wed, 21 Mar 2012 22:34:55 -0400 Subject: [PATCH] --- yaml --- r: 296596 b: refs/heads/master c: 9d547c35799a4ddd235f1565cec2fff6c9263504 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/fs.h | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) diff --git a/[refs] b/[refs] index 14bd569cdb05..940bd5e9b894 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 91913a2942d2b582c40673956dec1a9c71d32fe4 +refs/heads/master: 9d547c35799a4ddd235f1565cec2fff6c9263504 diff --git a/trunk/include/linux/fs.h b/trunk/include/linux/fs.h index 386da09f229d..526072c073f7 100644 --- a/trunk/include/linux/fs.h +++ b/trunk/include/linux/fs.h @@ -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))