The patch titled freeze/thaw fs when BLOCK=n has been removed from the -mm tree. Its filename was swsusp-freeze-filesystems-during-suspend-rev-2-freeze-thaw-fs-when-block=n.patch This patch was dropped because it is obsolete ------------------------------------------------------ Subject: freeze/thaw fs when BLOCK=n From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix freeze/thaw filesystems with CONFIG_BLOCK disabled: kernel/power/process.c:124: warning: implicit declaration of function 'freeze_fil esystems' kernel/power/process.c:189: warning: implicit declaration of function 'thaw_files ystems' Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Nigel Cunningham <nigel@xxxxxxxxxxxx> Cc: Rafael J. Wysocki <rjw@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- include/linux/buffer_head.h | 3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) diff -puN include/linux/buffer_head.h~swsusp-freeze-filesystems-during-suspend-rev-2-freeze-thaw-fs-when-block=n include/linux/buffer_head.h --- a/include/linux/buffer_head.h~swsusp-freeze-filesystems-during-suspend-rev-2-freeze-thaw-fs-when-block=n +++ a/include/linux/buffer_head.h @@ -318,7 +318,8 @@ static inline void invalidate_inode_buff static inline int remove_inode_buffers(struct inode *inode) { return 1; } static inline int sync_mapping_buffers(struct address_space *mapping) { return 0; } static inline void invalidate_bdev(struct block_device *bdev, int destroy_dirty_buffers) {} - +static inline void freeze_filesystems(void) {} +static inline void thaw_filesystems(void) {} #endif /* CONFIG_BLOCK */ #endif /* _LINUX_BUFFER_HEAD_H */ _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are ftape-fix-printk-format-warnings.patch git-acpi.patch cpufreq-select-consistently-re-2619-rc5-mm1.patch git-ieee1394.patch mtd-fix-printk-format-warning.patch git-ocfs2.patch parisc-fix-module_param-iommu-permission.patch swsusp-freeze-filesystems-during-suspend-rev-2-freeze-thaw-fs-when-block=n.patch tifm-fix-null-ptr-and-style.patch kconfig-printk_time-depends-on-printk.patch fuse-depends-on-block.patch visws-sgivwfb-is-module-needs-exports.patch extend-notifier_call_chain-to-count-nr_calls-made-fixes.patch - To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html