summaryrefslogtreecommitdiff
path: root/iosched.h
blob: 19ff1ff9d859eaecb6683d6a773e4802e906b4bf (plain)
1
2
3
4
5
6
7
8
#ifndef IOSCHED_H
#define IOSCHED_H

extern void ioprio_print(void);
extern void set_ioprio_rt(void);
extern void set_ioprio_be(void);

#endif /* IOSCHED_H */
me='dt' onchange='this.form.submit();'>
authorLuis de Bethencourt <luisbg@osg.samsung.com>2016-06-29 21:27:40 +0100
committerLuis de Bethencourt <luisbg@osg.samsung.com>2016-10-08 10:01:13 +0100
commita64998504ebd766f07cf77f41334ccd8a60297ae (patch)
tree8a9f04dfd02879f70a989a2283d31c66c81a79b2
parentf7f675406be6eb3736a8690217d7b41d60f6a1aa (diff)
fs: befs: check silent flag before logging error
Log error only when silent flag is not set. Fixes: dbe6460388bc ("fs/befs/linuxvfs.c: check silent flag before logging errors") Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com> Acked-by: Salah Triki <salah.triki@gmail.com>
Diffstat
-rw-r--r--fs/befs/linuxvfs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/befs/linuxvfs.c b/fs/befs/linuxvfs.c