Searched hist:d3b1084d (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/
H A Dfile_table.cdiff d3b1084d Wed Jul 18 07:44:40 MDT 2018 Miklos Szeredi <mszeredi@redhat.com> vfs: make open_with_fake_path() not contribute to nr_files

Stacking file operations in overlay will store an extra open file for each
overlay file opened.

The overhead is just that of "struct file" which is about 256bytes, because
overlay already pins an extra dentry and inode when the file is open, which
add up to a much larger overhead.

For fear of breaking working setups, don't start accounting the extra file.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
H A Dinternal.hdiff d3b1084d Wed Jul 18 07:44:40 MDT 2018 Miklos Szeredi <mszeredi@redhat.com> vfs: make open_with_fake_path() not contribute to nr_files

Stacking file operations in overlay will store an extra open file for each
overlay file opened.

The overhead is just that of "struct file" which is about 256bytes, because
overlay already pins an extra dentry and inode when the file is open, which
add up to a much larger overhead.

For fear of breaking working setups, don't start accounting the extra file.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
H A Dopen.cdiff d3b1084d Wed Jul 18 07:44:40 MDT 2018 Miklos Szeredi <mszeredi@redhat.com> vfs: make open_with_fake_path() not contribute to nr_files

Stacking file operations in overlay will store an extra open file for each
overlay file opened.

The overhead is just that of "struct file" which is about 256bytes, because
overlay already pins an extra dentry and inode when the file is open, which
add up to a much larger overhead.

For fear of breaking working setups, don't start accounting the extra file.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
/linux-master/include/linux/
H A Dfs.hdiff d3b1084d Wed Jul 18 07:44:40 MDT 2018 Miklos Szeredi <mszeredi@redhat.com> vfs: make open_with_fake_path() not contribute to nr_files

Stacking file operations in overlay will store an extra open file for each
overlay file opened.

The overhead is just that of "struct file" which is about 256bytes, because
overlay already pins an extra dentry and inode when the file is open, which
add up to a much larger overhead.

For fear of breaking working setups, don't start accounting the extra file.

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>

Completed in 1030 milliseconds