aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2009-07-29 19:15:18 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2009-07-29 19:15:18 -0700
commit91a5698d1f253d30f53f0c58d2504eaec481b854 (patch)
tree684d8060e16b33c6ede5b814dbd459e0c5cb1f39 /include
parentMAINTAINERS: update HP Jornada 700-series and Epson s1d13xxxfb support (diff)
parentPM / Hibernate: Replace bdget call with simple atomic_inc of i_count (diff)
downloadlinux-dev-91a5698d1f253d30f53f0c58d2504eaec481b854.tar.xz
linux-dev-91a5698d1f253d30f53f0c58d2504eaec481b854.zip
Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6
* 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6: PM / Hibernate: Replace bdget call with simple atomic_inc of i_count PM / ACPI: HP G7000 Notebook needs a SCI_EN resume quirk
Diffstat (limited to 'include')
-rw-r--r--include/linux/fs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 0872372184fe..a36ffa5a77a4 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1946,6 +1946,7 @@ extern void putname(const char *name);
extern int register_blkdev(unsigned int, const char *);
extern void unregister_blkdev(unsigned int, const char *);
extern struct block_device *bdget(dev_t);
+extern struct block_device *bdgrab(struct block_device *bdev);
extern void bd_set_size(struct block_device *, loff_t size);
extern void bd_forget(struct inode *inode);
extern void bdput(struct block_device *);