rm write for seq file

This commit is contained in:
Ciro Santilli
2017-07-14 10:56:10 +01:00
parent f82c058eb6
commit d4ed593451
2 changed files with 2 additions and 2 deletions

View File

@@ -43,7 +43,7 @@ static const struct file_operations fops = {
static int myinit(void)
{
debugfs_file = debugfs_create_file(
"lkmc_seq_file_single", S_IRUSR | S_IWUSR, NULL, NULL, &fops);
"lkmc_seq_file_single", S_IRUSR, NULL, NULL, &fops);
if (debugfs_file) {
return 0;
} else {