static inline mm_segment_t get_fs()

in include/asm/segment.h [31:34]


static inline mm_segment_t get_fs(void)
{
	return USER_DS;
}