Welcome to the Linux Foundation Forum!
file system info and filesystem information
Hi,
re: file system info and filesystem information
When I browse the struct task_struct, there are 3 similar fields. . .
//1. file system info
int link_count, total_link_count;
. . .
//2. filesystem information
struct fs_struct *fs;
. . .
//3. open file information
struct files_struct *files;
Anyone know the differences?
0
Comments
File of information related to the system What's the doubt here? The struct holds the information of the filesystem
[/quote] Struct with information of a particular file
Although I repeat: I don't know it, just playing around with the comments
They maintain the kernel, support Linus Torvalds so he can devote full time work on the kernel. You have to find info by searching.