]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/seq_file.c
reiserfs: Fix warning and inode leak when deleting inode with xattrs
[karo-tx-linux.git] / fs / seq_file.c
index 15c6304bab71251364ea6dead8e1ee10d04a7333..38bb59f3f2add2aad3ad19af5086f00911ce2f66 100644 (file)
@@ -339,7 +339,7 @@ EXPORT_SYMBOL(seq_lseek);
 /**
  *     seq_release -   free the structures associated with sequential file.
  *     @file: file in question
- *     @inode: file->f_path.dentry->d_inode
+ *     @inode: its inode
  *
  *     Frees the structures associated with sequential file; can be used
  *     as ->f_op->release() if you don't have private data to destroy.