diff options
| author | 2012-09-16 18:50:30 -0700 | |
|---|---|---|
| committer | 2012-09-16 18:50:30 -0700 | |
| commit | d192f93cfca6a0aedbf10fa548d8bc17b86275d6 (patch) | |
| tree | 357a4106ec49747bd78550a79d68f7b6d1f642a3 /fs/logfs/segment.c | |
| parent | ARM: ks8695: add maintainers entry (diff) | |
| parent | MAINTAINERS: tegra: remove Olof/Colin, add device tree files (diff) | |
| download | wireguard-linux-d192f93cfca6a0aedbf10fa548d8bc17b86275d6.tar.xz wireguard-linux-d192f93cfca6a0aedbf10fa548d8bc17b86275d6.zip | |
Merge tag 'tegra-for-3.7-maintainers' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra into next/maintainers
* tag 'tegra-for-3.7-maintainers' of git://git.kernel.org/pub/scm/linux/kernel/git/swarren/linux-tegra:
MAINTAINERS: tegra: remove Olof/Colin, add device tree files
MAINTAINERS: add defconfig file to TEGRA section
+ sync with 3.6-rc4
Diffstat (limited to 'fs/logfs/segment.c')
| -rw-r--r-- | fs/logfs/segment.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/logfs/segment.c b/fs/logfs/segment.c index e28d090c98d6..038da0991794 100644 --- a/fs/logfs/segment.c +++ b/fs/logfs/segment.c @@ -886,7 +886,7 @@ static struct logfs_area *alloc_area(struct super_block *sb) static void map_invalidatepage(struct page *page, unsigned long l) { - BUG(); + return; } static int map_releasepage(struct page *page, gfp_t g) |
