#ifndef __PERF_DEMANGLE_JAVA #define __PERF_DEMANGLE_JAVA 1 /* * demangle function flags */ #define JAVA_DEMANGLE_NORET 0x1 /* do not process return type */ char * java_demangle_sym(const char *str, int flags); #endif /* __PERF_DEMANGLE_JAVA */ 'https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/sound/drivers/opl4/opl4_seq.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sound/drivers/opl4/opl4_seq.c
diff options
context:
space:
mode:
authorJan Kara <jack@suse.cz>2016-10-21 11:33:49 +0200
committerDan Williams <dan.j.williams@intel.com>2016-12-26 20:29:25 -0800
commit1db175428ee374489448361213e9c3b749d14900 (patch)
tree32e4eebdad84d1c6e84508186b0f1fb63df7bdfc /sound/drivers/opl4/opl4_seq.c
parent9f141d6ef6258a3a37a045842d9ba7e68f368956 (diff)
ext4: Simplify DAX fault path
Now that dax_iomap_fault() calls ->iomap_begin() without entry lock, we can use transaction starting in ext4_iomap_begin() and thus simplify ext4_dax_fault(). It also provides us proper retries in case of ENOSPC. Signed-off-by: Jan Kara <jack@suse.cz> Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'sound/drivers/opl4/opl4_seq.c')