#!/bin/bash # description: system-wide failed syscalls # args: [comm] if [ $# -gt 0 ] ; then if ! expr match "$1" "-" > /dev/null ; then comm=$1 shift fi fi perf script $@ -s "$PERF_EXEC_PATH"/scripts/perl/failed-syscalls.pl $comm /cgit.cgi/linux/net-next.git/atom/fs/overlayfs/copy_up.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/fs/overlayfs/copy_up.c
diff options
context:
space:
mode:
authorSohom Bhattacharjee <soham.bhattacharjee15@gmail.com>2016-03-15 20:57:59 +0530
committerMiklos Szeredi <miklos@szeredi.hu>2016-03-21 17:31:45 +0100
commitf134f2446548267330f45b06f14d59aaf1641fdc (patch)
tree8253b9578dba21594bfb15613cd37636a2ba7e95 /fs/overlayfs/copy_up.c
parent45aebeaf4f67468f76bedf62923a576a519a9b68 (diff)
ovl: fixed coding style warning
This patch fixes a newline warning found by the checkpatch.pl tool Signed-off-by: Sohom-Bhattacharjee <soham.bhattacharjee15@gmail.com> Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
Diffstat (limited to 'fs/overlayfs/copy_up.c')