fs: Remove the unnecessary Kconfig definition
since all these options should always have the default value Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
01a234bfb1
commit
0eec2f5251
@ -54,15 +54,6 @@
|
|||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/* Configuration ************************************************************
|
|
||||||
*
|
|
||||||
* CONFIG_FS_AUTOMOUNTER - Enables AUTOMOUNT support
|
|
||||||
*/
|
|
||||||
|
|
||||||
#ifndef CONFIG_FS_AUTOMOUNTER_VFS_PATH
|
|
||||||
# define CONFIG_FS_AUTOMOUNTER_VFS_PATH "/var"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Pre-requisites */
|
/* Pre-requisites */
|
||||||
|
|
||||||
#ifndef CONFIG_SCHED_WORKQUEUE
|
#ifndef CONFIG_SCHED_WORKQUEUE
|
||||||
|
@ -31,12 +31,6 @@
|
|||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
/* Configuration ************************************************************/
|
|
||||||
|
|
||||||
#ifndef CONFIG_FS_MQUEUE_MPATH
|
|
||||||
# define CONFIG_FS_MQUEUE_MPATH "/var/mqueue"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Sizes of things */
|
/* Sizes of things */
|
||||||
|
|
||||||
#define MAX_MQUEUE_PATH 64
|
#define MAX_MQUEUE_PATH 64
|
||||||
|
@ -36,19 +36,6 @@
|
|||||||
|
|
||||||
#include "inode/inode.h"
|
#include "inode/inode.h"
|
||||||
|
|
||||||
/****************************************************************************
|
|
||||||
* Pre-processor Definitions
|
|
||||||
****************************************************************************/
|
|
||||||
|
|
||||||
#ifndef CONFIG_EVENT_FD_VFS_PATH
|
|
||||||
#define CONFIG_EVENT_FD_VFS_PATH "/var/event"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef CONFIG_EVENT_FD_NPOLLWAITERS
|
|
||||||
/* Maximum number of threads than can be waiting for POLL events */
|
|
||||||
#define CONFIG_EVENT_FD_NPOLLWAITERS 2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Private Types
|
* Private Types
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
@ -45,15 +45,6 @@
|
|||||||
* Pre-processor Definitions
|
* Pre-processor Definitions
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
#ifndef CONFIG_TIMER_FD_VFS_PATH
|
|
||||||
#define CONFIG_TIMER_FD_VFS_PATH "/var/timer"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef CONFIG_TIMER_FD_NPOLLWAITERS
|
|
||||||
/* Maximum number of threads than can be waiting for POLL events */
|
|
||||||
#define CONFIG_TIMER_FD_NPOLLWAITERS 2
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define TIMER_FD_WORK LPWORK
|
#define TIMER_FD_WORK LPWORK
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user