diff options
Diffstat (limited to 'fs/ocfs2')
-rw-r--r-- | fs/ocfs2/cluster/heartbeat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/cluster/heartbeat.c b/fs/ocfs2/cluster/heartbeat.c index bf482dfed14f..73039295d0d1 100644 --- a/fs/ocfs2/cluster/heartbeat.c +++ b/fs/ocfs2/cluster/heartbeat.c | |||
@@ -1107,7 +1107,7 @@ static int o2hb_thread(void *data) | |||
1107 | 1107 | ||
1108 | mlog(ML_HEARTBEAT|ML_KTHREAD, "hb thread running\n"); | 1108 | mlog(ML_HEARTBEAT|ML_KTHREAD, "hb thread running\n"); |
1109 | 1109 | ||
1110 | set_user_nice(current, -20); | 1110 | set_user_nice(current, MIN_NICE); |
1111 | 1111 | ||
1112 | /* Pin node */ | 1112 | /* Pin node */ |
1113 | o2nm_depend_this_node(); | 1113 | o2nm_depend_this_node(); |