From 5b08f1a5b99136ef052b6f430b62bc618cd44946 Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Sat, 30 Aug 2014 11:28:50 -0400 Subject: Remove I/O priority. It is harmful when used with the new file code. HAVE_IO_PRIORITY was defined for native targets with dircache. It is already effectively disabled for the most part since dircache no longer lowers its thread's I/O priority. It existed primarily for the aforementioned configuration. Change-Id: Ia04935305397ba14df34647c8ea29c2acaea92aa --- apps/codec_thread.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'apps/codec_thread.c') diff --git a/apps/codec_thread.c b/apps/codec_thread.c index f2039d1..a1fa96d 100644 --- a/apps/codec_thread.c +++ b/apps/codec_thread.c @@ -470,15 +470,7 @@ static void load_codec(const struct codec_load_info *ev_data) /* Either not a valid handle or the buffer method failed */ const char *codec_fn = get_codec_filename(data.afmt); if (codec_fn) - { -#ifdef HAVE_IO_PRIORITY - buf_back_off_storage(true); -#endif status = codec_load_file(codec_fn, &ci); -#ifdef HAVE_IO_PRIORITY - buf_back_off_storage(false); -#endif - } } /* Types must agree */ -- cgit v1.1