diff options
| author | 2012-09-15 08:24:42 +0200 | |
|---|---|---|
| committer | 2012-09-15 08:24:42 +0200 | |
| commit | 5d037f9064a8f3b9abbe383cdfb35e159d813711 (patch) | |
| tree | 2a2445271ee818c360c42408a324d2945a6dd9f7 /fs/open.c | |
| parent | ALSA: hda - Yet another position_fix quirk for ASUS machines (diff) | |
| parent | ASoC: wm8904: correct the index (diff) | |
| download | wireguard-linux-5d037f9064a8f3b9abbe383cdfb35e159d813711.tar.xz wireguard-linux-5d037f9064a8f3b9abbe383cdfb35e159d813711.zip | |
Merge tag 'asoc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Updates for 3.6
A bigger set of updates than I'm entirely comfortable with - things
backed up a bit due to travel. As ever the majority of these are small,
focused updates for specific drivers though there are a couple of core
changes. There's been good exposure in -next.
The AT91 patch fixes a build break.
Diffstat (limited to '')
| -rw-r--r-- | fs/open.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/open.c b/fs/open.c index f3d96e7e7b19..bc132e167d2d 100644 --- a/fs/open.c +++ b/fs/open.c @@ -717,7 +717,7 @@ cleanup_all: * here, so just reset the state. */ file_reset_write(f); - mnt_drop_write(f->f_path.mnt); + __mnt_drop_write(f->f_path.mnt); } } cleanup_file: |
