config AUTOFS4_FS tristate "Kernel automounter version 4 support (also supports v3)" help The automounter is a tool to automatically mount remote file systems on demand. This implementation is partially kernel-based to reduce overhead in the already-mounted case; this is unlike the BSD automounter (amd), which is a pure user space daemon. To use the automounter you need the user-space tools from ; you also want to answer Y to "NFS file system support", below. To compile this support as a module, choose M here: the module will be called autofs4. You will need to add "alias autofs autofs4" to your modules configuration file. If you are not a part of a fairly large, distributed network or don't have a laptop which needs to dynamically reconfigure to the local network, you probably do not need an automounter, and can say N here. 31bdd2d5b932f8d843a'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/udc/bdc/bdc_cmd.c
on>
AgeCommit message (Expand)AuthorFilesLines
space:
mode:
authorAndrew Donnellan <andrew.donnellan@au1.ibm.com>2016-09-19 16:41:32 +1000
committerMichael Ellerman <mpe@ellerman.id.au>2016-09-20 16:17:54 +1000
commit90ce35145cb622b3cd0007d50e1f6a5a97321235 (patch)
tree26550142d067142c54038f6f126ad7735174c8eb /arch/powerpc/platforms
parent11b7e154b132232535befe51c55db048069c8461 (diff)
powerpc/pseries: fix memory leak in queue_hotplug_event() error path
If we fail to allocate work, we don't end up using hp_errlog_copy. Free it in the error path. Signed-off-by: Andrew Donnellan <andrew.donnellan@au1.ibm.com> Reviewed-by: Nathan Fontenot <nfont@linux.vnet.ibm.com> Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/platforms')