You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
Merge commit 'v2.6.37' into perf/core
Merge reason: Add the final .37 tree. Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
+1
-1
@@ -93,7 +93,7 @@ no_match:
|
||||
*
|
||||
* Returns the matching dev_t on success or 0 on failure.
|
||||
*/
|
||||
static dev_t __init devt_from_partuuid(char *uuid_str)
|
||||
static dev_t devt_from_partuuid(char *uuid_str)
|
||||
{
|
||||
dev_t res = 0;
|
||||
struct device *dev = NULL;
|
||||
|
||||
Reference in New Issue
Block a user