[PATCH] kNFSd: Make sure export_open cleans up on failure.
Currently if the kmalloc in exports_open fails, the seq_file isn't seq_released. We now do the kmalloc first, and make sure to kfree if seq_open fails.
Showing
Please register or sign in to comment